Adding compatibility for marathon 1.5
This commit is contained in:
parent
461ebf6d88
commit
04d8b5d483
35 changed files with 2257 additions and 63 deletions
2
vendor/github.com/gambol99/go-marathon/subscription.go
generated
vendored
2
vendor/github.com/gambol99/go-marathon/subscription.go
generated
vendored
|
@ -162,7 +162,7 @@ func (r *marathonClient) registerCallbackSubscription() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// registerSSESubscription starts a go routine that continously tries to
|
||||
// registerSSESubscription starts a go routine that continuously tries to
|
||||
// connect to the SSE stream and to process the received events. To establish
|
||||
// the connection it tries the active cluster members until no more member is
|
||||
// active. When this happens it will retry to get a connection every 5 seconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue