yichenluan commented on issue #141: How to concurrent pull msg?
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/141#issuecomment-489886943
 
 
   > i think best practice is DefaultMQPushConsumer with CLUSTERING model, the 
essence of it is allocate queue between all client instances and pull messages 
from these queues. you can allocate queues by your strategy, one thread to many 
queues, or share thread pool like DefaultMQPushConsumer and consume in another 
thread pool.
   > concurrent produce is easy.
   
   @ifplusor   Thanks, But I have to use PullConsumer, because I need to manage 
consume offset manually and in broadcast mode  in my case.
   
   Any idea of concurrently pull msgs?  Thank you anyway

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to