mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Add etcd as a service discovery mechanism
This commit is contained in:
parent
6b082611ce
commit
850c8253f0
@ -45,10 +45,7 @@ func NewDiscoveryRegister(discovery *config.Discovery, share *config.Share) (dis
|
|||||||
etcd.WithDialTimeout(10*time.Second),
|
etcd.WithDialTimeout(10*time.Second),
|
||||||
etcd.WithMaxCallSendMsgSize(20*1024*1024),
|
etcd.WithMaxCallSendMsgSize(20*1024*1024),
|
||||||
etcd.WithUsernameAndPassword(discovery.Etcd.Username, discovery.Etcd.Password))
|
etcd.WithUsernameAndPassword(discovery.Etcd.Username, discovery.Etcd.Password))
|
||||||
case "direct":
|
|
||||||
//return direct.NewConnDirect(config)
|
|
||||||
default:
|
default:
|
||||||
return nil, errs.New("unsupported discovery type", "type", discovery.Enable).Wrap()
|
return nil, errs.New("unsupported discovery type", "type", discovery.Enable).Wrap()
|
||||||
}
|
}
|
||||||
return nil, nil
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user