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 2018/09/13 07:07:11 UTC

[GitHub] dongeforever commented on issue #454: [ISSUE #444]Modify consume command from pullConsumer to pushConsumer

dongeforever commented on issue #454: [ISSUE #444]Modify consume command from pullConsumer to pushConsumer
URL: https://github.com/apache/rocketmq/pull/454#issuecomment-420906175
 
 
   @Hellojungle pullMessage and consumeMessage are both useful, and worth to be implemented.
   Use PullConsumer to implement the pullMessage(just rename the old consumeMessage command to pullMessage).
   Use PushConsumer to implement a new consumeMessage command, which will ack the offsets to broker automatically(Maybe this should be configurable). 
   

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