gggamemaster opened a new issue, #897: URL: https://github.com/apache/rocketmq-clients/issues/897
### 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 C++ ### Runtime Platform Environment client:windows ### RocketMQ Version of the Client/Server client:c++ 5.x ### Run or Compiler Version 。 ### Describe the Bug the crash happen when use TopicRouteData constructor,it seems that the client receive wrong data from server,so that error happen in sort function when using constructor. ![image](https://github.com/user-attachments/assets/0ef5ac25-b8c6-494a-b8f1-87dd4f5f9d32) ### Steps to Reproduce use the c++ clinet demo code ExampelProducer.CPP, and server is java with integration rocketmq。 ### What Did You Expect to See? sort function will not have error ### What Did You See Instead? . ### Additional Context . -- 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