tensory2022 commented on issue #7489:
URL: https://github.com/apache/rocketmq/issues/7489#issuecomment-1774373252

   @joeCarf 
   
   I never doubt the offset will be updated to broker, what I care is whether 
it is done by the method updateConsumeOffset(). If not, the code comment should 
be corrected.
   
   In additon, you might need to think over this point: 
"而LocalFileOffsetStore中只会写到本地文件中" . Whether you use LocalFileOffsetStore or 
RemoteBrokerOffsetStore, the offset will be synchronized to broker by a 
scheduled service which runs every 10 seconds.
   
   I hope you understand what I'm saying, thank you~
   


-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to