This is an automated email from the ASF dual-hosted git repository. divijv pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new c05f2cc5 MINOR: Close code tag in Producer configs (#526) c05f2cc5 is described below commit c05f2cc5f86970be3d80c519f8039165ac949b7e Author: Mickael Maison <mimai...@users.noreply.github.com> AuthorDate: Mon Jun 19 17:58:55 2023 +0200 MINOR: Close code tag in Producer configs (#526) Reviewers: Divij Vaidya <di...@amazon.com> --- 35/generated/producer_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/35/generated/producer_config.html b/35/generated/producer_config.html index fa4188da..6d0b4fca 100644 --- a/35/generated/producer_config.html +++ b/35/generated/producer_config.html @@ -861,7 +861,7 @@ </li> <li> <h4><a id="transaction.timeout.ms"></a><a id="producerconfigs_transaction.timeout.ms" href="#producerconfigs_transaction.timeout.ms">transaction.timeout.ms</a></h4> -<p>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.</p> +<p>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.</p> <table><tbody> <tr><th>Type:</th><td>int</td></tr> <tr><th>Default:</th><td>60000 (1 minute)</td></tr>