Fetch mesos leader through zookeeper ()

Adds support for fetching current Mesos leader through Zookeeper
This commit is contained in:
lenhattan86 2020-11-17 12:39:51 -08:00 committed by GitHub
parent be6c458f23
commit 2f05111192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 45 additions and 2 deletions

View file

@ -47,7 +47,7 @@ var filename string
var message = new(string)
var updateID string
var monitor bool
var timeout time.Duration // seconds
var timeout time.Duration
var log = logrus.New()
const australisVer = "v1.0.1"