lucasbru commented on code in PR #19967: URL: https://github.com/apache/kafka/pull/19967#discussion_r2219519292
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorShard.java: ########## @@ -272,6 +272,8 @@ public GroupCoordinatorShard build() { .withAuthorizerPlugin(authorizerPlugin) .build(); + groupConfigManager.registerListener(groupMetadataManager); Review Comment: I don't think there is anything out htere that is kept up-to-date. There is only reading the code. I also did not know how many instances of `GroupConfigManager` there are, I followed the code. -- 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