complone edited a comment on pull request #10544:
URL: https://github.com/apache/pulsar/pull/10544#issuecomment-869140532


   > @complone你能为这个 PR 添加一些描述吗?从对话中,看起来像多主题消费者支持零队列消费者?
   
   @codelipenghui This PR is aimed at the problem raised by 
[issues-10479](https://github.com/apache/pulsar/issues/10479), that is, when 
the parameter ```receiverQueueSize``` configured by ```PulsarClient``` is set 
to 0, the ```ZeroQueueConsumerImpl#receive``` method will be called to schedule 
the ```ZeroQueueConsumerImpl#fetchSingleMessageFromBroker``` task, but it does 
not consider the task timeout.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to