VictoryAnn opened a new issue, #8904: URL: https://github.com/apache/rocketmq/issues/8904
### 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/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/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. ### Runtime platform environment windows11 ### RocketMQ version 5.3.1 ### JDK Version 1.8 ### Describe the Bug 本地部署了两个local proxy,proxy1,proxy2,当作两个分片,其中proxy1创建topic: 1a,另外一个proxy2创建topic: 2b,客户端地址配置两个proxy的地址,写其中一个topic,比如 1a ,可能会失败,当请求到的proxy2的时候,客户端会报错,获取topicroute失败,导致无法发送消息。 ### Steps to Reproduce ![image](https://github.com/user-attachments/assets/4c2406c5-a06a-46fe-b8b0-d2d360e67f2b) ![image](https://github.com/user-attachments/assets/d4ed77ac-50a8-4bef-8eca-f625d1ba3ff1) ### What Did You Expect to See? 正常应该能获取到topicRoute,因为proxy获取路由是从nameserver获取的。 ### 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org