mimaison commented on code in PR #12536:
URL: https://github.com/apache/kafka/pull/12536#discussion_r952748560


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerConfig.java:
##########
@@ -306,6 +310,35 @@ protected static ConfigDef baseConfigDef() {
                 .withClientSslSupport();
     }
 
+    private String kafkaClusterId;
+
+    public static String lookupKafkaClusterId(WorkerConfig config) {

Review Comment:
   Thanks! I opened https://issues.apache.org/jira/browse/KAFKA-14176 to 
address it, so I'll merge like this.



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