apoorvmittal10 commented on code in PR #14560: URL: https://github.com/apache/kafka/pull/14560#discussion_r1361305410
########## clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java: ########## @@ -105,6 +105,10 @@ public class CommonClientConfigs { public static final int RETRY_BACKOFF_EXP_BASE = 2; public static final double RETRY_BACKOFF_JITTER = 0.2; + public static final String ENABLE_METRICS_PUSH_CONFIG = "enable.metrics.push"; + public static final String ENABLE_METRICS_PUSH_DOC = "Kafka client telemetry provides Kafka operators improved visibility over the behavior and internals of the clients that use the cluster." + Review Comment: Changed the text. 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org