diff --git a/consul/discovery.go b/consul/discovery.go index 669967a..8c706d2 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -66,8 +66,8 @@ func (s *Service) GetFullAddr() string { func (s *Service) Register() error { def := &consul.AgentServiceRegistration{ - ID: s.GetID(), - Kind: consul.ServiceKindConnectProxy, + ID: s.GetID(), + // Kind: consul.ServiceKindConnectProxy, Name: s.Name, Address: s.Address, Port: s.port,