dajac commented on code in PR #22545:
URL: https://github.com/apache/kafka/pull/22545#discussion_r3398525795


##########
core/src/main/scala/kafka/server/BrokerServer.scala:
##########
@@ -712,6 +712,8 @@ class BrokerServer(
       .withPersister(persister)
       .withAuthorizerPlugin(authorizerPlugin.toJava)
       .withPartitionMetadataClient(partitionMetadataClient)
+      .withStreamsGroupTopologyDescriptionPlugin(
+        
Optional.ofNullable(config.groupCoordinatorConfig.streamsGroupTopologyDescriptionPlugin(java.util.Map.of())))

Review Comment:
   I am not sure to follow why we need 
`withStreamsGroupTopologyDescriptionPlugin`. The build already gets the 
`groupCoordinatorConfig`. Can't we rely on it internally?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to