Skip to content

Commit

Permalink
MINOR: Fix closing code tag (#457)
Browse files Browse the repository at this point in the history
Reviewers: Luke Chen <showuon@gmail.com>
  • Loading branch information
mimaison committed Oct 6, 2022
1 parent feeb126 commit c1dac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 33/generated/producer_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ <h4><a id="partitioner.adaptive.partitioning.enable"></a><a id="producerconfigs_
</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>
Expand Down

0 comments on commit c1dac16

Please sign in to comment.