cookie-cutter icon indicating copy to clipboard operation
cookie-cutter copied to clipboard

Kafka Error 'Specified Group Generation ID Is Not Valid'

Open sklose opened this issue 5 years ago • 0 comments

The Kafka client receives 'Specified group generation id is not valid' when a broker restarts and the client is then trying to fetch from the restarted broker with the old group id. We should investigate if we can handle that scenario by either terminating the service or better: auto-reconnect to the new broker with a new group id.

sklose avatar Jan 20 '20 18:01 sklose