UladzislauBlok commented on code in PR #19967: URL: https://github.com/apache/kafka/pull/19967#discussion_r2219439647
########## 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: My bad, didn't know about that. I'll prepare fix shortly btw. any suggestion how to learn internal kafka design? Any good knowledge source? -- 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