codelipenghui commented on issue #15702: URL: https://github.com/apache/pulsar/issues/15702#issuecomment-1133800177
@zbentley The queue size of a partitioned topic consumer will be limited by both the `receiver_queue_size` and `max_total_receiver_queue_size_across_partitions`. As mentioned here https://github.com/apache/pulsar/issues/15701#issuecomment-1133799640, it's not a receiver queue size-related issue. it's a pulsar's problem with batch message processing. The batch is for improving the throughput, and reduce the CPU overhead, so the broker side will not split the batch. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
