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.