You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/10/12 01:55:43 UTC

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #937: Offset - ConsumeFromWhere does not take effect

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org