Relative Content

Tag Archive for goapache-kafka

Why kafka consumer is not working with existing groupid?

I’m working with kafka consumers using golang. Previously there is a consumer codebase which is running on server with consumer group consumer-1 and in that consumer there is so many data that it is reading working fine. But now I’m making and another consumer with the same group id with below configuration but it’s not receiving the messages.