根据你的描述,你的RocketMQ消费者组(Consumer Group)在查看时显示为离线,这可能是由于消费者组的状态...
在便宜云服务器RocketMQ使用gRPC客户端进行消息生产和消费时,如果出现消费者组(consumer group)状态显示为离线,并且报错信息是“CODE:206 DESC: the consumer group[xxx] not online”,这可能是因为以下原因之一: 消费者连接异常:消费者服务可能由于网络问题、进程重启、资源不足等原因未能成功与RocketMQ Broker建立并...
分别被分配到了 MessageQueue1~MessageQueue3 这 3 个队列,然后 Group 中的三个 Consumer 分别消费了一...
我的RocketMQ生产者可以正常生产消息,但是consumer一直无法消费信息,报错 MQBrokerException: CODE: 206 DESC: the consumer group[please_rename_unique_group_name_4] not online 测试的消息 开始堆积了,这是为什么呢,我应该从哪方面去寻找原因呢
"consumerGroup": "consumer_01", "trackType": "NOT_ONLINE", "exceptionDesc": "CODE:206 DESC:Not found the consumer group consume stats, because return offset table is empty, maybe the consumer not consume any message" } ], "messageView": { ... } ...
老哥,这个问题解决了吗?我也遇到了,dashboard也配置了nameserver
我一共两个问题:1.查询 消费者组 状态 报这个错,不管是 dashboard 还是命令行CODE: 206 DESC: the consumer group[*] not online BROKER: 172.16.31.252:10911是因为消息消费完了,消费者组 停了饿吗? 2.dashboard上查不到消息详情 与命令行 根据messageid 查询一样 报Failed to q... ...
log.warn("[reset-offset] the client does not support this feature. version={}", RemotingHelper.parseChannelRemoteAddr(entry.getKey()), MQVersion.getVersionDesc(version)); return response; } } } else { String errorInfo = String.format("Consumer not online, so can not reset offset, Group:...
sh mqadmin consumerProgress -n 192.168.1.23:9876 4. 查看指定消费组下的所有topic数据堆积情况: sh mqadmin consumerProgress -n 192.168.1.23:9876 -g warning-group 5. 查看所有topic : sh mqadmin topicList -n 192.168.1.23:9876 6. 查看topic信息列表详情统计 ...
sh mqadmin consumerProgress -n 192.168.1.23:9876 -g warning-group 5. 查看所有topic : sh mqadmin topicList -n 192.168.1.23:9876 6. 查看topic信息列表详情统计 sh mqadmin topicstatus -n 192.168.1.23:9876 -t topicWarning 7. 新增topic