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.
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.