rocketmq中 proxy服务使用CLUSTER模式,消息异常消费者不在线 #6948
Unanswered
Magician-Sun
asked this question in
Q&A
Replies: 0 comments
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.
-
centos 7.9

rocketmq 5.1.1
部署controller集群
proxy服务为CLUSTER模式
消费消息异常
CODE:206 DESC:the consumer group[group-trade-trade-orders-table-monitor] not online
proxy服务配置文件
{
"rocketMQClusterName": "RaftCluster",
"remotingListenPort":28080,
"grpcServerPort":28081,
"proxyMode": "CLUSTER",
"namesrvAddr": "192.168.1.170:9876;192.168.1.170:9886;192.168.1.170:9896"
}
Beta Was this translation helpful? Give feedback.
All reactions