DL1231 commented on code in PR #21230:
URL: https://github.com/apache/kafka/pull/21230#discussion_r2660688103


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -166,6 +166,11 @@ class KafkaConfig private(doLog: Boolean, val props: 
util.Map[_, _])
     this.currentConfig = newConfig
   }
 
+  // for testing
+  private[server] def updateCurrentConfig(props: util.Map[_, _]): Unit = {

Review Comment:
   It's used to prevent direct references to `KafkaConfig` in 
`KRaftClusterTest`.



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