RongtongJin commented on code in PR #9236:
URL: https://github.com/apache/rocketmq/pull/9236#discussion_r1990974285
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java:
##########
@@ -1884,8 +1884,8 @@ private RemotingCommand
getConsumerConnectionList(ChannelHandlerContext ctx,
return response;
}
- response.setCode(ResponseCode.CONSUMER_NOT_ONLINE);
- response.setRemark("the consumer group[" +
requestHeader.getConsumerGroup() + "] not online");
+ response.setCode(ResponseCode.SUBSCRIPTION_GROUP_NOT_EXIST);
Review Comment:
这种情况下有可能是CONSUMER_NOT_ONLINE,也有可能是SUBSCRIPTION_GROUP_NOT_EXIST
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]