KAFKA-12160: Remove max.poll.interval.ms from config docs (#10182)

Reviewers: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
Jim Galasyn 2021-02-22 17:06:25 -08:00 committed by GitHub
parent 9e799cb23c
commit 9728b4ff92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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>