mirror of https://github.com/apache/kafka.git
KAFKA-12160: Remove max.poll.interval.ms from config docs (#10182)
Reviewers: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
parent
9e799cb23c
commit
9728b4ff92
|
@ -865,10 +865,6 @@
|
|||
<td>Producer</td>
|
||||
<td>100</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>max.poll.interval.ms</td>
|
||||
<td>Consumer</td>
|
||||
<td>Integer.MAX_VALUE</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>max.poll.records</td>
|
||||
<td>Consumer</td>
|
||||
<td>1000</td>
|
||||
|
@ -912,10 +908,6 @@
|
|||
<td>Producer</td>
|
||||
<td>100</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>max.poll.interval.ms</td>
|
||||
<td>Consumer</td>
|
||||
<td>300000</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>max.poll.records</td>
|
||||
<td>Consumer</td>
|
||||
<td>1000</td>
|
||||
|
|
Loading…
Reference in New Issue