Skip to content

Commit

Permalink
Fix broker registry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Asim Aslam committed Apr 17, 2018
1 parent 528b5f5 commit ccbc1b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ func Registry(r registry.Registry) Option {
o.Server.Init(server.Registry(r))
// Update Selector
o.Client.Options().Selector.Init(selector.Registry(r))
// Update Broker
o.Broker.Init(broker.Registry(r))
}
}

Expand Down

0 comments on commit ccbc1b9

Please sign in to comment.