pull/2318/head
skiffer-git 5 months ago
parent 656905efa2
commit babc2874a4

@ -46,7 +46,7 @@ func NewDiscoveryRegister(zookeeperConfig *config.ZooKeeper, share *config.Share
case kubenetesConst:
return kubernetes.NewK8sDiscoveryRegister(share.RpcRegisterName.MessageGateway)
case etcdConst:
return getcd.NewSvcDiscoveryRegistry("openim", []string{"http://localhost:2379"})
return getcd.NewSvcDiscoveryRegistry("etcd", []string{"http://localhost:2379"})
case directConst:
//return direct.NewConnDirect(config)
default:

Loading…
Cancel
Save