chia7712 commented on code in PR #22354:
URL: https://github.com/apache/kafka/pull/22354#discussion_r3292396406
##########
server-common/src/main/java/org/apache/kafka/server/config/ServerLogConfigs.java:
##########
@@ -155,6 +155,7 @@ public class ServerLogConfigs {
public static final int MIN_IN_SYNC_REPLICAS_DEFAULT = 1;
public static final String MIN_IN_SYNC_REPLICAS_DOC =
TopicConfig.MIN_IN_SYNC_REPLICAS_DOC;
+
public static final String CREATE_TOPIC_POLICY_CLASS_NAME_CONFIG =
"create.topic.policy.class.name";
Review Comment:
You should not pass
--
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]