发送消息报错No topic route info #8008
bytechaocai
started this conversation in
General
Replies: 2 comments 4 replies
-
可以确认下rocketmq dashboard配置的namesrv地址是不是对的,dashboard有报错日志吗?一般遇到这种【No topic route info】就是namesrv地址没配对或者topic根本没创建 |
Beta Was this translation helpful? Give feedback.
4 replies
-
看你截图,这个应该是消费者没启动,所以没有通过心跳生成retry topic,dashboard应该是依赖这个去取了一些信息,你可以手动把这个retry topic |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
启动namesrv和broker后发送消息,不管在本地使用sdk发消息还是通过控制台发消息,消息详情页显示No topic route info。使用工具类测试不会出现此问题。
工具类会创建主题TopicTest和消费组please_rename_unique_group_name_4,消费者页面的消费者详情会显示消费者,但是查看自己创建的消费者详情报错No topic route info。
已经尝试过在conf/broker.conf里增加
autoCreateTopicEnable = true
,没有任何效果。环境:
mq和控制台都部署在虚拟机上,控制台通过宿主机访问,sdk也在宿主机
Beta Was this translation helpful? Give feedback.
All reactions