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/10 03:23:41 UTC

[GitHub] [rocketmq] homeguess commented on issue #5259: Some question about commit comsumer offe

homeguess commented on issue #5259:
URL: https://github.com/apache/rocketmq/issues/5259#issuecomment-1272740017

   > The offset to commit and the offset to pull messages from are two different offsets. The former is calculated from each consumer ProcessQueue. The latter one is simply the next offset to pull from the previous pull result.
   
   I clarify my question use example.
   If broker commited queue QA offset 100 . Now client CA has shut down . 
   Now client CB replace clinet CA to handle queue A . It pull message from broker will start at 100 or start at 0 ?


-- 
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