ShannonDing commented on issue #937: URL: https://github.com/apache/rocketmq-client-go/issues/937#issuecomment-1275484122
This parameter takes effect only for the first-time CounsumerGroup. If the current ConsumerGroup has been used and then restarted, the configuration of this parameter will not take effect, by default, consumers will continue to consume from the last saved offset. for some case, if you need to discard historical data and start consumption from the latest offset, you can reset the offset by admin tools to move the consumption offset to the latest time. Admin tools: https://rocketmq.apache.org/zh/docs/4.x/%e9%83%a8%e7%bd%b2%e4%b8%8e%e8%bf%90%e7%bb%b4/16admintool/ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
