ShannonDing commented on issue #2089: URL: https://github.com/apache/rocketmq/issues/2089#issuecomment-644485172
The first thing you should be aware of is that different Consumer Group can consume the same topic independently, and each of them will have their own consuming offsets. Of course, the consumers in the same consumer group can also consume multiple topics at the same time. Please make sure each Consumer within the same Group to subscribe to the same topics. ---------------------------------------------------------------- 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]
