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: [email protected] With regards, Apache Git Services
