rondagostino commented on a change in pull request #10005:
URL: https://github.com/apache/kafka/pull/10005#discussion_r570342092



##########
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##########
@@ -348,15 +348,15 @@ class KafkaServer(
 
         /* start processing requests */
         dataPlaneRequestProcessor = new 
KafkaApis(socketServer.dataPlaneRequestChannel, replicaManager, adminManager, 
groupCoordinator, transactionCoordinator,
-          kafkaController, forwardingManager, zkClient, config.brokerId, 
config, metadataCache, metrics, authorizer, quotaManagers,
+          kafkaController, forwardingManager, zkClient, config.brokerId, 
config, replicaManager.configRepository, metadataCache, metrics, authorizer, 
quotaManagers,

Review comment:
       It's just the `apply()` method that reaches in, so I'm going to add an 
explicit `ConfigRepository` parameter there.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to