RongtongJin commented on issue #1650: How to get cosnumer mq max offset in java? URL: https://github.com/apache/rocketmq/issues/1650#issuecomment-565282366 The following APIs may help you ``` consumer.fetchSubscribeMessageQueues() consumer.getOffsetStore().readOffset(); consumer.maxOffset() ```
---------------------------------------------------------------- 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
