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

mimaison 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 190e6de809a MINOR: Close code tag in Producer configs (#13875)
190e6de809a is described below

commit 190e6de809af052eba425ae0838058986ae244a8
Author: Mickael Maison <mimai...@users.noreply.github.com>
AuthorDate: Mon Jun 19 16:58:55 2023 +0200

    MINOR: Close code tag in Producer configs (#13875)
    
    
    Reviewers: Divij Vaidya <di...@amazon.com>
---
 .../src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java 
b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
index 6b65e4587ca..045b6b9e051 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
@@ -320,7 +320,7 @@ public class ProducerConfig extends AbstractConfig {
     public static final String TRANSACTION_TIMEOUT_CONFIG = 
"transaction.timeout.ms";
     public static final String TRANSACTION_TIMEOUT_DOC = "The maximum amount 
of time in milliseconds that a transaction will remain open before the 
coordinator proactively aborts it. " +
             "The start of the transaction is set at the time that the first 
partition is added to it. " +
-            "If this value is larger than the 
<code>transaction.max.timeout.ms<code> setting in the broker, the request will 
fail with a <code>InvalidTxnTimeoutException</code> error.";
+            "If this value is larger than the 
<code>transaction.max.timeout.ms</code> setting in the broker, the request will 
fail with a <code>InvalidTxnTimeoutException</code> error.";
 
     /** <code> transactional.id </code> */
     public static final String TRANSACTIONAL_ID_CONFIG = "transactional.id";

Reply via email to