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/06/06 07:37:02 UTC

[GitHub] lizhanhui commented on issue #333: PullMessageService 是否可以用多个线程拉取消息?

lizhanhui commented on issue #333: PullMessageService 是否可以用多个线程拉取消息?
URL: https://github.com/apache/rocketmq/issues/333#issuecomment-394971088
 
 
   CC from dev mailing list:
   Your question is: Can PullMessageService make most of multi-thread while pulling messages from brokers?
   
   The answer is: No multi-thread is needed. Pulling message from brokers is completely asynchronous, therefore, introducing multi-thread does not make sense here.
   

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