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 2022/05/22 01:42:13 UTC

[GitHub] [pulsar] codelipenghui commented on issue #15701: max_total_receiver_queue_size_across_partitions does not work

codelipenghui commented on issue #15701:
URL: https://github.com/apache/pulsar/issues/15701#issuecomment-1133799640

   @zbentley It should be related to the producer batch, the broker dispatches the whole batch to a consumer, not a message. For your test case, the producer might add 10 messages into 1 batch, so all the 10 messages will dispatch to one consumer. The other consumer will not receive any messages.
   
   You can try to disable the message batch on the producer side.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org