run gossip updater first
This commit is contained in:
parent
fae8c5eb4c
commit
8b54a850f7
@ -579,14 +579,14 @@ func NewRegistry(opts ...registry.Option) registry.Registry {
|
|||||||
watchers: make(map[string]chan *registry.Result),
|
watchers: make(map[string]chan *registry.Result),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// run the updater
|
||||||
|
go gossip.run()
|
||||||
|
|
||||||
// configure the gossiper
|
// configure the gossiper
|
||||||
if err := configure(gossip, opts...); err != nil {
|
if err := configure(gossip, opts...); err != nil {
|
||||||
log.Fatalf("Error configuring registry: %v", err)
|
log.Fatalf("Error configuring registry: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// run the updater
|
|
||||||
go gossip.run()
|
|
||||||
|
|
||||||
// wait for setup
|
// wait for setup
|
||||||
<-time.After(gossip.interval * 2)
|
<-time.After(gossip.interval * 2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user