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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new b0b8f132526 MINOR: Fix broken HTML tag in SESSION_TIMEOUT_MS_DOC 
(#19740)
b0b8f132526 is described below

commit b0b8f13252663466223f5975b6ac1cdf7c9a4baa
Author: Mickael Maison <[email protected]>
AuthorDate: Fri May 16 16:19:10 2025 +0200

    MINOR: Fix broken HTML tag in SESSION_TIMEOUT_MS_DOC (#19740)
    
    The unclosed `<code>` tag breaks the formatting of the docs.
    
    Reviewers: Ken Huang <[email protected]>, Lianet Magrans
     <[email protected]>
---
 clients/src/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 75bde0ee722..08b861673e3 100644
--- a/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java
+++ b/clients/src/main/java/org/apache/kafka/clients/CommonClientConfigs.java
@@ -211,7 +211,7 @@ public class CommonClientConfigs {
                                                         + "then the broker 
will remove this client from the group and initiate a rebalance. Note that the 
value "
                                                         + "must be in the 
allowable range as configured in the broker configuration by 
<code>group.min.session.timeout.ms</code> "
                                                         + "and 
<code>group.max.session.timeout.ms</code>. Note that this client configuration 
is not supported when <code>group.protocol</code> "
-                                                        + "is set to 
\"consumer\". In that case, session timeout is controlled by the broker config 
<code>group.consumer.session.timeout.ms<code>.";
+                                                        + "is set to 
\"consumer\". In that case, session timeout is controlled by the broker config 
<code>group.consumer.session.timeout.ms</code>.";
 
     public static final String HEARTBEAT_INTERVAL_MS_CONFIG = 
"heartbeat.interval.ms";
     public static final String HEARTBEAT_INTERVAL_MS_DOC = "The expected time 
between heartbeats to the consumer "

Reply via email to