cookie-cutter
cookie-cutter copied to clipboard
Kafka Error 'Specified Group Generation ID Is Not Valid'
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.