Skip to content

Commit 3d18f9a

Browse files
committed
Update readme
1 parent 65a4de1 commit 3d18f9a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/content/docs/connectors/flink-sources/mysql-cdc.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@ Only valid for cdc 1.x version. During a snapshot operation, the connector will
349349
<td>Integer</td>
350350
<td>The max retry times that the connector should retry to build MySQL database server connection.</td>
351351
</tr>
352+
<tr>
353+
<td>binlog.fail-on-reconnection-error</td>
354+
<td>optional</td>
355+
<td style="word-wrap: break-word;">false</td>
356+
<td>Boolean</td>
357+
<td>Whether to fail the job when binlog reader encounters reconnection errors. When enabled, the job will fail after exhausting all retry attempts configured by 'connect.max-retries' and 'connect.timeout'. When disabled (default), the job will keep retrying indefinitely.</td>
358+
</tr>
352359
<tr>
353360
<td>connection.pool.size</td>
354361
<td>optional</td>

0 commit comments

Comments
 (0)