Re: Kafka Multiple Consumer Group for Same Topic

2017-01-26 Thread Joris Meijer
er groups are possible. For > Kafka the performance should be similar or close to as having multiple > consumers using a single group. > > > _ > From: Senthil Kumar > Sent: Tuesday, January 24, 2017 10:38 PM > Subject: Kafka Multi

Re: Kafka Multiple Consumer Group for Same Topic

2017-01-24 Thread Senthil Kumar
ible. For Kafka the performance should be similar or close to as having multiple consumers using a single group. _ From: Senthil Kumar Sent: Tuesday, January 24, 2017 10:38 PM Subject: Kafka Multiple Consumer Group for Same Topic To: Cc: Hi Team

Re: Kafka Multiple Consumer Group for Same Topic

2017-01-24 Thread Sharninder Khera
bject: Kafka Multiple Consumer Group for Same Topic To: Cc: Hi Team , Sorry if the same question asked already in this group ! Say we have topic => ad_events .. I want to read events from ad_events topic and send it to two different systems... This can be achieved by creating two Consum

Kafka Multiple Consumer Group for Same Topic

2017-01-24 Thread Senthil Kumar
Hi Team , Sorry if the same question asked already in this group ! Say we have topic => ad_events .. I want to read events from ad_events topic and send it to two different systems... This can be achieved by creating two Consume Groups.. Example : Consumer Group SYS1 with 10 threads