lucasbru opened a new pull request, #19901: URL: https://github.com/apache/kafka/pull/19901
We should behave more like a consumer group and make sure to not be subscribed to the input topics anymore when the last member leaves the group. We don't do this right now because our topology is still initialized even after the last member leaves the group. This will allow: * Offsets to expire and be cleaned up. * Offsets to be deleted through admin API calls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
