Lvnszn commented on issue #2031: URL: https://github.com/apache/dubbo-go/issues/2031#issuecomment-1336343375
> > > 这是我的配置文件 > > > ``` > > > dubbo: > > > registries: > > > demoZK: # 定义服务注册发现中心 > > > protocol: zookeeper > > > address: x.x.x.x:2181 > > > demoZK2: # 定义服务注册发现中心 > > > protocol: zookeeper > > > address: x.x.x.x:2182 > > > demoZK3: # 定义服务注册发现中心 > > > protocol: zookeeper > > > address: x.x.x.x:2183 > > > consumer: > > > references: > > > AbcService: # 存根类名 > > > registry: demoZK,demoZK2,demoZK3 > > > protocol: dubbo # dubbo 协议,默认 hessian2 序列化方式 > > > interface: com.xx.xx.xx.AbcService # 接口需要与 go/java 客户端对应 > > > ``` > > > > > > 行,我今天测一下 > > 有没有结果 我这启动了一个 java 的 provider, 3 个 zk 做注册中心, go client 用 100w 次 loop 请求,内存变化不是很大。你这边有最小复现流程么? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org