No route info of this topic大坑

自己写了个测试demo总是报错

org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, myTopic12
See http://rocketmq.apache.org/docs/faq/ for further details.

跟源码看了半天其实就是topic的管理问题,

rockmq发送消息的时候必须制定topic,自己随便写的topic没有,设置的启动时启动autoCreateTopicEnable=true没有生效。

手动在控制台创建一个topic,producer直接使用创建好的topic就ok了。

引入别人的一遍文章:https://blog.csdn.net/ph3636/article/details/79528638

No route info of this topic大坑_第1张图片

 

springboot2+mybatisplus+shardingsphere3.1分库+分表+读写分离源码

git地址:[email protected]:wmser_cloud/cloud56-demo.git

转载于:https://my.oschina.net/wuhuafeng/blog/2967555

你可能感兴趣的:(No route info of this topic大坑)