[hotfix][docs] Remove duplicate 'batch.size' options (#1990)

release-2.3
emhui 2 years ago committed by GitHub
parent b62d10910d
commit 401f468a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,13 +219,6 @@ Connector Options
<td>Integer</td>
<td>The cursor batch size.</td>
</tr>
<tr>
<td>batch.size</td>
<td>optional</td>
<td style="word-wrap: break-word;">0</td>
<td>Integer</td>
<td>Change stream cursor batch size. Specifies the maximum number of change events to return in each batch of the response from the MongoDB cluster. The default is 0 meaning it uses the server's default value.</td>
</tr>
<tr>
<td>poll.max.batch.size</td>
<td>optional</td>

Loading…
Cancel
Save