您好,RocketMQ报错“No route info of this topic”的可能原因:
通常情况下 No route info of this topic 这个错误一般是在刚搭建RocketMQ,刚入门 RocketMQ遇到的比较多,通常的排查思路如下: 可以通过rocketmq-console查询路由信息是否存在,或使用如下命令查询路由信息: cd ${ROCKETMQ_HOME}/binsh ./mqadmin topicRoute -n 127.0.0.1:9876 -t dw_test_0003 其输出结果如下...
Caused by: com.aliyun.openservices.shade.com.alibaba.rocketmq.client.exception.MQClientException: No route info of this topic 可能原因 代码中设置的接入点和云消息队列 RocketMQ 版控制台上提供的不一致。 代码中设置的Topic名称和...
没有正确授权。若您的账号为RAM用户,您需要先为RAM用户授权,才能访问云消息队列 RocketMQ 版实例及相关资源。 具体权限策略,请参见5.0系列实例授权策略或4.0系列实例授权策略。 客户端返回“MQClientException: No route info of this topic”错误 可能原因如下: 接入点或Topic名称填写不正确,请确保您填写的接入点和...
异常信息: org.springframework.messaging.MessagingException: No route info of this topic: trace_17_track_notify See http://rocketmq.apache.org/docs/faq/ for further details.; nested exception is org.apache.rocketmq.client.exception.MQClientEx...
5.2:Topic Route does not exist 异常详情: Topic Route does not exist, Topic:XG_CXY_Test exception:msg: No route info of this topic, ,error:-1,in file <..\src\producer\DefaultMQProducer.cpp> line:581 See https://github.com/alibaba/ons/issues/7 异常截图: 解决方案: 这个问题一般是没有...
使用canal1.1.7版本,连接阿里云rocketmq,后台启动后,一直报错 org.apache.rocketmq.client.exception.MQClientException: CODE: 17 DESC: No topic route info in name server for the topic: TBW102 For more information, please visit the url, http://rocketmq.apach
();longbeginTimestampPrev=beginTimestampFirst;longendTimestamp=beginTimestampFirst;// 获取当前topic的发送路由信息,主要是要broker,如果没找到则从namesrv获取TopicPublishInfotopicPublishInfo=this.tryToFindTopicPublishInfo(msg.getTopic());if(topicPublishInfo !=null&& topicPublishInfo.ok()) {booleancall...
%n【info行号】%L %n【info类】%logger 属性[%property{NDC}] %n【info描述】%message"/></layout><filtertype="log4net.Filter.LevelRangeFilter,log4net"><levelMinvalue="INFO"/><levelMaxvalue="WARN"/></filter></appender><!--Set root logger level to DEBUG and its only appender to A1--><...
<addkey="ons_access_key"value="xxx"/><addkey="ons_secret_key"value="xxx"/><addkey="ons_topic"value="XG_CXY_Test"/><addkey="ons_groupId"value="XG_CXY_Group_Test"/><addkey="ons_name_srv"value="xxx-xxx-xxx-xxx.rmq.aliyuncs.com:8080"/><addkey="ons_client_code"value="XG_CX...