GitHub user syk-coder added a comment to the discussion: Performance Tuning
In the second scenario, as you are using just one producer, the batching will become very effective and would increase the overall throughput. You can try tuning the client batching configurations to check further. Link to the docs: https://pulsar.apache.org/reference/#/next/client/client-configuration-producer ( I Cannot exactly without more info on your client configs, but I think, increasing the [batchingMaxPublishDelayMicros](https://pulsar.apache.org/reference/#/next/client/client-configuration-producer?id=batchingmaxpublishdelaymicros) might help you in this case). This is similar to the lingerMs of Kafka GitHub link: https://github.com/apache/pulsar/discussions/19277#discussioncomment-4983673 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
