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: [email protected]
