You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Himanshu Shukla <hi...@gmail.com> on 2020/01/14 12:30:52 UTC

upper bound of the number of records

Hi,

I am running a 3 broker Kafka cluster. While doing the performance test, I
am seeing that the broker is not processing the records more than 50MB/sec.

if I am running multiple producer threads on the same machine, even this
50K  is getting divided into 50K/no_of_prod_thread.


is there any configuration, which has to be kept at the broker end to
increase the throughput? I am using a batch size of 20KB with a message
size of 2KB.