chia7712 commented on code in PR #19263:
URL: https://github.com/apache/kafka/pull/19263#discussion_r2642766983
##########
core/src/main/scala/kafka/server/ZkAdminManager.scala:
##########
@@ -84,6 +83,8 @@ class ZkAdminManager(val config: KafkaConfig,
private val alterConfigPolicy =
Option(config.getConfiguredInstance(ALTER_CONFIG_POLICY_CLASS_NAME_CONFIG,
classOf[AlterConfigPolicy]))
+ // KIP-1252 compatibility flag
+ private val alterConfigPolicyKraftCompatibilityEnabled =
config.getBoolean(ALTER_CONFIG_POLICY_KRAFT_COMPATIBILITY_ENABLE_CONFIG)
Review Comment:
would you mind adding this new configuration to `upgrade.md`?
--
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]