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/05/06 03:34:15 UTC

[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #141: How to concurrent pull msg?

ifplusor commented on issue #141: How to concurrent pull msg?
URL: https://github.com/apache/rocketmq-client-cpp/issues/141#issuecomment-489492304
 
 
   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.

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