Apache RocketMQ 从入门到实战
消息发送常见问题与解决方案 1.17 消息发送常见问题与解决方案 本文将结合自己使用 RocketMQ 的经验,对消息发送常见的问题进行分享,基本会遵 循出现问题,分析问题、解决问题。 一、No route info of this topic 无法找到路由信息,其完整的错误堆栈信息如下: 而且很多读者朋友会说 Broker 端开启了自动创建主题也会出现上述问题。 RocketMQ 的路由寻找流程如下图所示: 的路由信息,如果没有开启自动创建主题,则抛出 No route info of this topic。 如果开启了自动创建主题,则使用默认主题向 Nameserver 查询路由信息,并使用默 认 Topic 的路由信息为自己的路由信息,将不会抛出 No route info of this topic。 通常情况下 No route info of this topic 这个错误一般是在刚搭建0 码力 | 165 页 | 12.53 MB | 1 年前3王强-Apache RocketMQ事务消息
RemotingServer topic register and heart beats Producer Consumer NRC BrokerAddrTlb send Msg topic route heatbeats MsgQueList callback/check NRC pull MsgExt heatbeats ProcessQueTbl BrokerAddrTlb0 码力 | 34 页 | 6.17 MB | 1 年前3Apache RocketMQ – Trillion Messaging in Practice
config by cluster or special broker updateTopicPerm Update topic perm topicRoute Examine topic route info topicStatus Examine topic Status info queryMsgById Query Message by Id queryMsgByKey Query0 码力 | 48 页 | 2.55 MB | 1 年前3
共 3 条
- 1