lucasbru commented on code in PR #19967:
URL: https://github.com/apache/kafka/pull/19967#discussion_r2219408375


##########
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 this will work. There is only a single groupConfigManager, but 
there is one group metadata manager per metrics shared. I think we have to 
register the group coordinator service as a listener.



-- 
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

Reply via email to