1782935682 commented on PR #1088: URL: https://github.com/apache/rocketmq-clients/pull/1088#issuecomment-3222827027
> create rpcClient的时候其实是有address shuffle的。org.apache.rocketmq.client.java.rpc.IpNameResolverFactory.convertAddresses。选择一个address后不进行更改有利于连接复用。 我理解org.apache.rocketmq.client.java.rpc.IpNameResolverFactory.convertAddresses这个只是在初始化使用到,实际每次发送消息还是用的grpc的策略,默认时pick_fist,所以会导致消息集中到一个broker上。 round_robin其实也是复用已有连接的? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
