1
直连模式的方式应改为: Feedback: Endpoints:
- localhost:xxxx
而不应该是之前issue中写的:
Feedback:
Endpoints:
Hosts:
- localhost:xxxx 因为源码func NewDirectClientConf(endpoints []string, app, token string) RpcClientConf { return RpcClientConf{ Endpoints: endpoints, App: app, Token: token, } } 第一个结构体是个string数组