I am using Kafka .Net client and trying to consume records with multiple consumers.But getting same message in all the consumers.I have set consumer group also for my topic but does not work.I am using kafka 0.9.0.Is there any specific setting so that it will work with multiple consumer?
Hi,
I am using Kafka .Net client and trying to consume records with multiple consumers.But getting same message in all the consumers.I have set consumer group also for my topic but does not work.I am using kafka 0.9.0.Is there any specific setting so that it will work with multiple consumer?