Merge pull request #1638 from micro/registry-addrs-fix
Fix registry address option unused
This commit is contained in:
		| @@ -47,6 +47,10 @@ func (s *serviceRegistry) Init(opts ...registry.Option) error { | |||||||
| 		o(&s.opts) | 		o(&s.opts) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | 	if len(s.opts.Addrs) > 0 { | ||||||
|  | 		s.address = s.opts.Addrs | ||||||
|  | 	} | ||||||
|  |  | ||||||
| 	// extract the client from the context, fallback to grpc | 	// extract the client from the context, fallback to grpc | ||||||
| 	var cli client.Client | 	var cli client.Client | ||||||
| 	if c, ok := s.opts.Context.Value(clientKey{}).(client.Client); ok { | 	if c, ok := s.opts.Context.Value(clientKey{}).(client.Client); ok { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user