anton-liauchuk commented on code in PR #20384:
URL: https://github.com/apache/kafka/pull/20384#discussion_r3636338875


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedConfig.java:
##########
@@ -187,6 +188,12 @@ public final class DistributedConfig extends WorkerConfig {
     public static final String CONNECT_PROTOCOL_DOC = "Compatibility mode for 
Kafka Connect Protocol";
     public static final String CONNECT_PROTOCOL_DEFAULT = 
ConnectProtocolCompatibility.SESSIONED.toString();
 
+
+    public static final String INTERNAL_TOPICS_CREATION_ENABLE_CONFIG = 
"internal.topics.creation.enable";

Review Comment:
   fixed, thanks



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