edoardocomar commented on code in PR #19263:
URL: https://github.com/apache/kafka/pull/19263#discussion_r2643064747


##########
server-common/src/main/java/org/apache/kafka/server/config/ServerLogConfigs.java:
##########
@@ -178,6 +178,12 @@ public class ServerLogConfigs {
     public static final String ALTER_CONFIG_POLICY_CLASS_NAME_CONFIG = 
"alter.config.policy.class.name";
     public static final String ALTER_CONFIG_POLICY_CLASS_NAME_DOC = "The alter 
configs policy class that should be used for validation. The class should " +
             "implement the 
<code>org.apache.kafka.server.policy.AlterConfigPolicy</code> interface.";
+    public static final String 
ALTER_CONFIG_POLICY_KRAFT_COMPATIBILITY_ENABLE_CONFIG = 
"alter.config.policy.kraft.compatibility.enable";

Review Comment:
   I have added a note to the KIP - removable after migration, 



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