You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "David Arthur (Jira)" <ji...@apache.org> on 2022/07/01 18:04:00 UTC

[jira] [Created] (KAFKA-14039) Fix KRaft AlterConfigPolicy usage

David Arthur created KAFKA-14039:
------------------------------------

             Summary: Fix KRaft AlterConfigPolicy usage
                 Key: KAFKA-14039
                 URL: https://issues.apache.org/jira/browse/KAFKA-14039
             Project: Kafka
          Issue Type: Bug
            Reporter: David Arthur
            Assignee: David Arthur


In ConfigurationControlManager, we are currently passing all the configuration values known to the controller down into the AlterConfigPolicy. This does not match the behavior in ZK mode where we only pass configs which were included in the alter configs request.

This can lead to different unexpected behavior in custom AlterConfigPolicy implementations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)