SandyKidYao commented on issue #346: URL: https://github.com/apache/rocketmq-client-cpp/issues/346#issuecomment-772942397
Thx for reply. These are the logs I copied from the /root/logs/rocketmq-cpp folder. - 13128** is the one that generated when I run the python test code, which works fine. - 13390** is the one that generated by the cpp-style test code, which cannot send the msg and gets the route error. - 13192** is got from the c-style codes, which doesn't work either. [13390_rocketmq-cpp.log](https://github.com/apache/rocketmq-client-cpp/files/5922439/13390_rocketmq-cpp.log) [13128_rocketmq-cpp.log](https://github.com/apache/rocketmq-client-cpp/files/5922440/13128_rocketmq-cpp.log) [13192_rocketmq-cpp.log](https://github.com/apache/rocketmq-client-cpp/files/5922441/13192_rocketmq-cpp.log) BTW, when I use the cpp test codes (both cpp-style and c-style), the log from rocket mq nameserver shows that they have connected to the nameserver while the log from the broker print nothing. I guess there may be sth wrong in the connection between my cpp program and the broker. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
