Jroland / kafka-net

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

Kafka Cluster Issue when API Version =1 #122

Open Mantu-DotNetTechie opened 5 years ago

Mantu-DotNetTechie commented 5 years ago

When I am using Kafka cluster with 3 nodes and Kafka API version = 1

I am getting the following error code = 16 The broker returns this error code if it receives an offset fetch or commit request for a consumer group that it is not a coordinator for.

But the same setup is working for Kafka API Version = 0.

So, please suggests to me how to solve this issue.