Re: Kafka Multiple Consumer Group for Same Topic

2017-01-26 Thread Joris Meijer
Hi Senthil, You can just try it yourself, using kafka-consumer-perf-test.sh bundled with Apache Kafka. You can start 2 in parallel with different groups and see what happens if you tune some parameters. Joris On Wed, Jan 25, 2017, 08:38 Senthil Kumar wrote: > Thanks Sharninder! > > Adding dev

Re: Kafka Multiple Consumer Group for Same Topic

2017-01-24 Thread Senthil Kumar
Thanks Sharninder! Adding dev group to know if they done some benchmarking test on Single Consumer Group Vs Multiple Consumer Grp on Same Topic. Cheers, Senthil On Jan 24, 2017 10:48 PM, "Sharninder Khera" wrote: I don't have benchmarks but multiple consumer groups are possible. For Kafka th