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 2017/11/03 03:16:19 UTC

[GitHub] lyy4j commented on issue #190: [ROCKETMQ-309] Add new consumer implement

lyy4j commented on issue #190: [ROCKETMQ-309] Add new consumer implement
URL: https://github.com/apache/rocketmq/pull/190#issuecomment-341614349
 
 
   even if the apps do not run in the docker, it also has the problem.
   for exmaple , 
   the client has consume offset 3, and flush the store file , and the consumer shutdown .
   in the mean while ,the broker offset has increan from 3 to 6;
   when the client reboot , it only can consum offset from 3 ,but we want consum offset 6 only.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services