codelipenghui commented on issue #6162: Can't control the queue size in shared subscription with multiple topics URL: https://github.com/apache/pulsar/issues/6162#issuecomment-580062893 If topic count of a multi topic consumer greater than the given receiverQueueSize, the receiverQueueSize of the consumer will be the topic count. In java, you can check here: https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L164 BTW, what language client do you use?
---------------------------------------------------------------- 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] With regards, Apache Git Services
