dutyu opened a new 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 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? 当我配置一个BROADCASTING的消费者时,消息被正确的消费,但是通过shell命令查看消息状态(`sh mqadmin consumerProgress -n XXX -g XXX`)时报错如下:  我确定消息是被正确的消费了,并且consumer返回了正确状态值(ConsumeConcurrentlyStatus.RECONSUME_LATER)。 但是当我把messageModel改成CLUSTERING时却不会有这样的问题,。  我想知道这个是不是rocketMQ的bug。 - What did you expect to see? - What did you see instead? 我现在需要使用rocketMQ广播消费的特性,并且需要对消息的情况做监控,所以需要查看消息的状态。 2. Please tell us about your environment: CentOS release 6.2 服务端版本: 4.1.0-incubating 客户端版本:4.1.0-incubating 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
