Re: Performance Testing Using Consumer-Perf-Test

2019-05-15 Thread Hans Jespersen
1) Are all 10 publishers producing to the same topic? What level of ACKs do you have set? How many partitions are in your topic? Are all 10 consumers in the same consumer group or are they supposed to be independent consumers that each get the full set of messages published? 2) Depends what you

Performance Testing Using Consumer-Perf-Test

2019-05-15 Thread M. Manna
Hello, I am trying to do some performance testing using Kafka-Consumer-Perf-Test. Could somone please help me understand whether my setup is correct? 1) I would like to run a benchmark test to have 10 publishers publishing 100 messages (4MB) each and 10 subscribers. 2) For the above, do I need