You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/04 14:05:12 UTC

[GitHub] [pulsar] merlimat commented on issue #10479: Allow Java client to create consumer with receiverQueueSize(0) when receiving with timeout

merlimat commented on issue #10479:
URL: https://github.com/apache/pulsar/issues/10479#issuecomment-831968550


   The question is: what to do with the message if it comes after the 10 seconds timeout. Using `receiveQueueSize=0` means to  disable the pre-fetching of messages (so that messages don't sit in a queue when there's another consumer available). If we leave the message in the queue after the timeout, it kind of defeats the whole purpose.


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