wo3002807 commented on a change in pull request #3928:
URL: https://github.com/apache/rocketmq/pull/3928#discussion_r826105291
##########
File path:
tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExtImpl.java
##########
@@ -913,7 +913,7 @@ public boolean consumed(final MessageExt msg,
final String group) throws RemotingException, MQClientException,
InterruptedException,
MQBrokerException {
- ConsumeStats cstats = this.examineConsumeStats(group);
+ ConsumeStats cstats = this.examineConsumeStats(group,msg.getTopic());
ClusterInfo ci = this.examineBrokerClusterInfo();
Review comment:
got it, but i still confuse. because examineConsumeStats method send
group&topic to broker, the broker can filter the topic's message. why admin
client retrieve all topic of the group and filter the topic's message?
--
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]