Jaskey commented on issue #2311: URL: https://github.com/apache/rocketmq/issues/2311#issuecomment-694714317
You are using the same consumer group, so the consumer offset has already been logged in the broker, which when the consumer restart, it should consume message by the last offset. In a word, CONSUME_FROM will only happens when you change your consumer group name or a brand new consumer group starts. ---------------------------------------------------------------- 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]
