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

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


The following commit(s) were added to refs/heads/3.9 by this push:
     new 333483a16ec MINOR: add a space for kafka.metrics.polling.interval.secs 
description (#17256)
333483a16ec is described below

commit 333483a16ec6130a70e560e2259c98806e2dd368
Author: Ken Huang <[email protected]>
AuthorDate: Tue Sep 24 21:51:05 2024 +0800

    MINOR: add a space for kafka.metrics.polling.interval.secs description 
(#17256)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 server/src/main/java/org/apache/kafka/server/metrics/MetricConfigs.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/kafka/server/metrics/MetricConfigs.java 
b/server/src/main/java/org/apache/kafka/server/metrics/MetricConfigs.java
index 2951cd4ec0a..59b63fe9131 100644
--- a/server/src/main/java/org/apache/kafka/server/metrics/MetricConfigs.java
+++ b/server/src/main/java/org/apache/kafka/server/metrics/MetricConfigs.java
@@ -61,7 +61,7 @@ public class MetricConfigs {
             " the standard MBean convention.";
     public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_CONFIG = 
"kafka.metrics.polling.interval.secs";
     public static final int KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DEFAULT = 
10;
-    public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DOC = 
"The metrics polling interval (in seconds) which can be used in" +
+    public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DOC = 
"The metrics polling interval (in seconds) which can be used in " +
             KAFKA_METRICS_REPORTER_CLASSES_CONFIG + " implementations.";
 
     /** ********* Kafka Client Telemetry Metrics Configuration ***********/

Reply via email to