ShannonDing commented on issue #164: Nothing happened to start a consumer even if I setup a non-exist nameserver address URL: https://github.com/apache/rocketmq-client-cpp/issues/164#issuecomment-509985710 For historical reasons, this API was designed as a non-return method. IMO, the name server address is a key parameter of the client, for time being, it is better for users to check it carefully. and take a step back, a wrong ns address should not block the start process of a client, it will throw a "no topic route" exception when sending messages. sometimes,the ns will be set to a VIP or a domain, the client will work normally as soon as the name server is OK.
---------------------------------------------------------------- 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] With regards, Apache Git Services
