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/05 09:16:08 UTC

[GitHub] zangyk opened a new issue #333: PullMessageService 是否可以用多个线程拉取消息?

zangyk opened a new issue #333: PullMessageService 是否可以用多个线程拉取消息?
URL: https://github.com/apache/rocketmq/issues/333
 
 
   PullMessageService 是否可以用多个线程拉取消息?

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

Re: [GitHub] zangyk opened a new issue #333: PullMessageService 是否可以用多个线程拉取消息?

Posted by Zhanhui Li <li...@gmail.com>.
>> 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.

Zhanhui Li

> 在 2018年6月5日,下午5:16,GitBox <gi...@apache.org> 写道:
> 
> zangyk opened a new issue #333: PullMessageService 是否可以用多个线程拉取消息?
> URL: https://github.com/apache/rocketmq/issues/333
> 
> 
>   PullMessageService 是否可以用多个线程拉取消息?
> 
> ----------------------------------------------------------------
> 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