RongtongJin commented on issue #504: No route info of this topic problem URL: https://github.com/apache/rocketmq/issues/504#issuecomment-537305295 @beijing-penguin 引起no route info的主要原因是因为Broker没有正确连接到NameServer。我发现你在代码中设置namesever地址,如果设置nameserver要起作用,则设置代码须在controller.initialize()之前。另外推荐你采用其他方式配置nameserver,比如设置eclipse中设置broker程序参数 -n localhost:8888,可以看下nameserver的[最佳实践](http://rocketmq.apache.org/docs/best-practice-namesvr/)。
---------------------------------------------------------------- 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
