dielhennr commented on a change in pull request #11281:
URL: https://github.com/apache/kafka/pull/11281#discussion_r697964085



##########
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##########
@@ -2622,6 +2623,32 @@ class KafkaApis(val requestChannel: RequestChannel,
         .setTopics(endOffsetsForAllTopics)))
   }
 
+  def handleDynamicConfigs(request: RequestChannel.Request, 
isIncrementalRequest: Boolean): Unit = {

Review comment:
       This handles the validation, persisting, and forwarding logic for both 
ZK and KRaft brokers to ensure that dynamic broker configs are validated on the 
broker that the configs are for before forwarding them to the controller to be 
persisted.




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