Tell me what the registry is too
This commit is contained in:
parent
897115ed31
commit
3e84c23591
@ -194,6 +194,7 @@ func (s *rpcServer) Register() error {
|
|||||||
node.Metadata["transport"] = config.Transport.String()
|
node.Metadata["transport"] = config.Transport.String()
|
||||||
node.Metadata["broker"] = config.Broker.String()
|
node.Metadata["broker"] = config.Broker.String()
|
||||||
node.Metadata["server"] = s.String()
|
node.Metadata["server"] = s.String()
|
||||||
|
node.Metadata["registry"] = config.Registry.String()
|
||||||
|
|
||||||
s.RLock()
|
s.RLock()
|
||||||
var endpoints []*registry.Endpoint
|
var endpoints []*registry.Endpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user