From b66729e231999323057e8acc982c9ebebc853aeb Mon Sep 17 00:00:00 2001 From: "Matthias J. Sax" Date: Sun, 11 May 2025 16:20:25 -0700 Subject: [PATCH] MINOR: fit HTML markup (#19676) Reviewers: Chia-Ping Tsai --- .../main/java/org/apache/kafka/clients/CommonClientConfigs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java b/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java index e2022e0f4d0..32f3fc6df04 100644 --- a/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java +++ b/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java @@ -218,7 +218,7 @@ public class CommonClientConfigs { + "the value must be set lower than session.timeout.ms, but typically should be set no higher " + "than 1/3 of that value. It can be adjusted even lower to control the expected time for normal rebalances." + "If group.protocol is set to \"consumer\", this config is not supported, as " - + "the heartbeat interval is controlled by the broker with group.consumer.heartbeat.interval.ms."; + + "the heartbeat interval is controlled by the broker with group.consumer.heartbeat.interval.ms."; public static final String DEFAULT_API_TIMEOUT_MS_CONFIG = "default.api.timeout.ms"; public static final String DEFAULT_API_TIMEOUT_MS_DOC = "Specifies the timeout (in milliseconds) for client APIs. " +