dajac opened a new pull request, #17982: URL: https://github.com/apache/kafka/pull/17982
This patch does a few things: 1) It refactors the GroupMetadataManager to received a GroupCoordinatorConfig object instead of having to pass all the configs individually. It simplifies adding new configs. 2) It replaces usages of `Collections.singletonList/Map` by `List.of/Map.of`. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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