C0urante commented on code in PR #12536:
URL: https://github.com/apache/kafka/pull/12536#discussion_r952686683
##########
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:
We may want to add a comment or even deprecation to this method to prevent
people from adding new call sites for it and to note that it should be
downgraded in visibility once our testing migration is complete.
--
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]