HuangtianyuCN commented on issue #469: 错误:org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, TopicTest URL: https://github.com/apache/rocketmq/issues/469#issuecomment-507594074 以windows为例: 第一步启动namesrv 语句为:mqnamesrv.cmd -n localhost:9876  第二步启动broker 语句为:mqbroker.cmd -n localhost:9876 autoCreateTopicEnable=true &  第三步创建TopicTest这个Topic 语句为:mqadmin.cmd updateTopic -b 10.127.127.1:10911(这边放第二步中获得的,-b是单机,-c是集群) -n localhost:9876 -t TopicTest  注意,我已经将E:\rocketmq-all-4.5.1-bin-release\bin放入环境变量了,并且系统防火墙已经关闭了。之所以这边我创建Topic的名字是TopicTest,是因为官方样例中用的Topic叫TopicTest。
---------------------------------------------------------------- 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
