segmentio / kafka-go

Kafka library in Go
MIT License
7.3k stars 760 forks source link

Control over failover between brokers #1298

Open iSerganov opened 1 month ago

iSerganov commented 1 month ago

Most likely it is not a feature request, but a question.

How can I control Grouped Consumer failover from the rebooted/broken broker (group coordinator) to another broker within the cluster?

Is there some timeout I can configure? Does MaxAttempts setting affects this scenario?

I would appreciate any clarification on that.

Thanks!