RongtongJin commented on issue #296: Not found the consumer group consume 
stats, because return offset table is empty, maybe the consumer not consume any 
message
URL: https://github.com/apache/rocketmq/issues/296#issuecomment-565357751
 
 
   > 我也遇到了这个问题 现在有解决方案了吗
   
   这是一个设计问题。RocketMQ客户端在广播模式下将消费进度记录在本地,而不是broker端。而admin 
tool查询的是broker端。因此获取不到消费进度。
   
如果需要获取广播模式的消费进度,默认在客户端机器的`主目录/.rocketmq_offsets/${clientId}/${groupName}/offsets.json`中。

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to