apoorvmittal10 commented on code in PR #14843:
URL: https://github.com/apache/kafka/pull/14843#discussion_r1409735687


##########
clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java:
##########
@@ -294,4 +296,14 @@ public static List<MetricsReporter> 
metricsReporters(Map<String, Object> clientI
         }
         return reporters;
     }
+
+    public static Optional<ClientTelemetryReporter> telemetryReporter(String 
clientId, AbstractConfig config) {

Review Comment:
   I was not aware that any method definition in `CommonCLientConfigs` should 
go in KIO as well
   cc: @AndrewJSchofield 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to