chirag-wadhwa5 opened a new pull request, #19343: URL: https://github.com/apache/kafka/pull/19343
This PR makes the required changes for retaining a share group forever post creation. A new field `shouldExpire` is added to all types implementing the interface `Group`. It returns false only in case of `ShareGroup` and true otherwise. A check is also added in `cleanupGroupMetadata` in `GroupCoordinatorShard` and it proceeds with group expiration only if `shouldExpire` returns true Reference: [KAFKA-19016](https://issues.apache.org/jira/browse/KAFKA-19016) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org