I am running an experiment where 92 producers is publishing data into 6 brokers and 10 consumer are reading online data simultaneously.
How should I do to reduce the latency? Currently when I run the producer performance test the average latency is around 10s. Should I disable log.flush? How to do that? Thanks.