This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit 4cd36f938febf2054a41398b26fc2d178981b1a3
Author: Matthias J. Sax <matth...@confluent.io>
AuthorDate: Fri Mar 8 13:51:32 2024 -0800

    TRIVIAL: fix typo
---
 streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java 
b/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
index 2c8a1b59ff9..3dd3030ce35 100644
--- a/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
+++ b/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
@@ -514,7 +514,7 @@ public class StreamsConfig extends AbstractConfig {
     /** {@code enable.metrics.push} */
     @SuppressWarnings("WeakerAccess")
     public static  final String ENABLE_METRICS_PUSH_CONFIG = 
CommonClientConfigs.ENABLE_METRICS_PUSH_CONFIG;
-    public static final String ENABLE_METRICS_PUSH_DOC = "Whether to enable 
pushing of internal [main-|restore-|global]consumer, producer, and admin client 
metrics to the cluster, if the cluster has a client metrics subscription which 
matches a client.";
+    public static final String ENABLE_METRICS_PUSH_DOC = "Whether to enable 
pushing of internal [main-|restore-|global-]consumer, producer, and admin 
client metrics to the cluster, if the cluster has a client metrics subscription 
which matches a client.";
 
     /** {@code commit.interval.ms} */
     @SuppressWarnings("WeakerAccess")

Reply via email to