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

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


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

commit 1c67c4e948eaa493c088ff52919b3fc6de06ffa3
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 baf53c4c9a9..c11d501d818 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
@@ -52,7 +52,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