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 2019/10/12 15:22:36 UTC

[GitHub] [rocketmq-client-python] francisoliverlee commented on issue #43: How to use it correctly in rocketmq-python-client to ensure at least one time or just once

francisoliverlee commented on issue #43: How to use it correctly in rocketmq-python-client to ensure at least one time or just once
URL: https://github.com/apache/rocketmq-client-python/issues/43#issuecomment-541334500
 
 
   > if I use PushConsumer, how can I get messages from offset were last time I committed? I need to remember the offset to the local machine?
   
   it's up to messageModel.
   Clustering: offset stored in broker
   BROADCASTING: offset stored in local files
   
   cn doc : https://github.com/apache/rocketmq/blob/master/docs/cn/best_practice.md
   en doc: https://github.com/apache/rocketmq/blob/master/docs/en/Operations_Consumer.md

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services