You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2022/10/06 12:29:16 UTC

[kafka-site] branch asf-site updated: MINOR: Fix closing code tag (#457)

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

mimaison 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 c1dac160 MINOR: Fix closing code tag (#457)
c1dac160 is described below

commit c1dac160827aae01450febf62abb118f3c086a1d
Author: Mickael Maison <mi...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:29:10 2022 +0200

    MINOR: Fix closing code tag (#457)
    
    
    Reviewers: Luke Chen <sh...@gmail.com>
---
 33/generated/producer_config.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/33/generated/producer_config.html b/33/generated/producer_config.html
index d895724f..f194caed 100644
--- a/33/generated/producer_config.html
+++ b/33/generated/producer_config.html
@@ -541,7 +541,7 @@
 </li>
 <li>
 <h4><a id="partitioner.availability.timeout.ms"></a><a id="producerconfigs_partitioner.availability.timeout.ms" href="#producerconfigs_partitioner.availability.timeout.ms">partitioner.availability.timeout.ms</a></h4>
-<p>If a broker cannot process produce requests from a partition for <code>partitioner.availability.timeout.ms</code> time, the partitioner treats that partition as not available.  If the value is 0, this logic is disabled. Note: this setting has no effect if a custom partitioner is used or <code>partitioner.adaptive.partitioning.enable<code/> is set to 'false'</p>
+<p>If a broker cannot process produce requests from a partition for <code>partitioner.availability.timeout.ms</code> time, the partitioner treats that partition as not available.  If the value is 0, this logic is disabled. Note: this setting has no effect if a custom partitioner is used or <code>partitioner.adaptive.partitioning.enable</code> is set to 'false'</p>
 <table><tbody>
 <tr><th>Type:</th><td>long</td></tr>
 <tr><th>Default:</th><td>0</td></tr>