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 2020/11/20 19:15:33 UTC

[GitHub] [pulsar-client-go] merlimat commented on pull request #399: [Issue 398][consumer] only update the permits when we try to receive messages

merlimat commented on pull request #399:
URL: https://github.com/apache/pulsar-client-go/pull/399#issuecomment-731359012


   There are few issues with this PR: 
    1. It's changing the default receiver queue size to 0 for everyone
    2. The receiveQueueSize=0 in Java and C++ is a kind of special case that needs to be treated in different way. Also it doesn't work consuming either partitioned topics or multiple topics in general (since we cannot know which topic we want to consume from).


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