1782935682 opened a new issue, #1087: URL: https://github.com/apache/rocketmq-clients/issues/1087
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Java ### Runtime Platform Environment centos7 ### RocketMQ Version of the Client/Server 5.3.3 ### Run or Compiler Version 1.8 ### Describe the Bug grpc client设置多个endpoint 消息不均衡,消息会被路由到相同的broker <img width="1331" height="952" alt="Image" src="https://github.com/user-attachments/assets/d73d7fca-1c5a-41f5-b310-5fb8a02d2ec2" /> ### Steps to Reproduce 1.设置endpoint为xxx:8001;xxx:8002;xxx:8003 2.发送消息 3.查看topic状态,会发现消息被发送到同一个broker上 ### What Did You Expect to See? 消息分布不均衡 ### What Did You See Instead? 消息分布基本均衡 ### Additional Context _No response_ -- 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]
