socutes opened a new pull request, #5978: URL: https://github.com/apache/rocketmq/pull/5978
Currently, Nameserver addresses are not verified in producer.start(). Instead, the check is done at the end of the send() function after a valid TopicPublishInfo cannot be found when the message is sent. Reasonable logic: check when start() is executed. If the validation fails, producer.start() throws an exception. fix: #5974 -- 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]
