Fetch mesos leader through zookeeper (#19)
Adds support for fetching current Mesos leader through Zookeeper
This commit is contained in:
parent
be6c458f23
commit
2f05111192
3 changed files with 45 additions and 2 deletions
cmd
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue