Jroland / kafka-net

Native C# client for Kafka queue servers.
Apache License 2.0
482 stars 232 forks source link

Consumer group is not working with .net client #91

Open gargvicky opened 8 years ago

gargvicky commented 8 years ago

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?