MINOR: add a space for kafka.metrics.polling.interval.secs description (#17256)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ken Huang 2024-09-24 21:51:05 +08:00 committed by Chia-Ping Tsai
parent 7d14cd6b33
commit 333483a16e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ***********/