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/02 04:30:44 UTC

[GitHub] dongeforever opened a new issue #444: Implement a consume command with the PushConsumer

dongeforever opened a new issue #444: Implement a consume command with the PushConsumer
URL: https://github.com/apache/rocketmq/issues/444
 
 
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
     Run the consumeMessage in the command line
   
   - What did you expect to see?
     Expect the offset to be submitted, that is, I could get the consumer progress.
   - What did you see instead?
     The consumerProgress will get nothing, unless I consume the message via the code.
   
   2. Please tell us about your environment:
      4.3.0 and 4.3.1
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
     The consumeMessage command should act as the PushConsumer.And the current consumeMessage command may be renamed to pullMessage, which act as the PullConsumer.
   
     BTW, the current consumeMessage has a bug, the '-g' option is not parsed.
   

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