mumrah opened a new pull request, #12374:
URL: https://github.com/apache/kafka/pull/12374

   The existing AlterConfigPolicy behavior in ZK clusters is to only validate 
configs that have been included into the IncrementalAlterConfigs request. While 
this could be considered a bug, we should make KRaft have the same behavior as 
ZK with regards to pluggable interfaces like this.
   
   This patch changes the behavior of ConfigurationControlManager to only pass 
configs to the AlterConfigPolicy that were included in the request. The full 
set of configs is still passed through the ConfigurationValidator defined by 
the controller, but only altered configs are passed down to the 
AlterConfigPolicy.


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