xingfudeshi edited a comment on issue #334: CONSUME_FROM_LAST_OFFSET not work 
for new consumer group
URL: https://github.com/apache/rocketmq/issues/334#issuecomment-405788404
 
 
   Thans for your report!
   As the [doc](http://rocketmq.apache.org/docs/best-practice-consumer/) 
mentioned:
   
   > 
   Consumer Group and Subscriptions
   The first thing you should be aware of is that **different Consumer Group** 
can consume the same topic independently, and **each of them will have their 
own consuming offsets**. Please make sure each Consumer within the **same 
Group** to subscribe the same topics.
   > 
   I just tried it as you described,i did not meet this problem.but when i run 
another consumer with different consumeGroup,the problem will occur .maybe you 
could check if you run a new consumer with  diffrent consumeGroup.
   If there's a further question,please be free to ask.thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to