Skip to content

Commit 7ffcbff

Browse files
committed
fix comments
Signed-off-by: Pei Yu <125331682@qq.com>
1 parent a584d23 commit 7ffcbff

32 files changed

Lines changed: 52 additions & 26 deletions

File tree

docs/content.zh/docs/connectors/flink-sources/db2-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ Db2 server.
280280
<td style="word-wrap: break-word;">true</td>
281281
<td>Double</td>
282282
<td>
283-
The maximum size of data processed per second, the default value: -1, not limited.(only for flink2.x)
283+
The maximum number of records emitted per second, the default value: -1, means no rate limiting.(only for flink2.x)<br>
284+
WARNING: Incremental/binlog phase: Rate limiting can cause the connector to fall behind the upstream change stream, risking binlog/WAL purging before the connector catches up (data loss for MySQL, replication slot issues for PostgreSQL).
284285
</td>
285286
</tr>
286287
</tbody>

docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ MongoDB 的更改事件记录在消息之前没有更新。因此,我们只能
353353
<td style="word-wrap: break-word;">true</td>
354354
<td>Double</td>
355355
<td>
356-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
356+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
357+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
357358
</td>
358359
</tr>
359360
</tbody>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ Flink SQL> SELECT * FROM orders;
460460
<td style="word-wrap: break-word;">true</td>
461461
<td>Double</td>
462462
<td>
463-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
463+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
464+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
464465
</td>
465466
</tr>
466467
</tbody>

docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ Flink SQL> SELECT * FROM orders;
474474
<td style="word-wrap: break-word;">true</td>
475475
<td>Double</td>
476476
<td>
477-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
477+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
478+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
478479
</td>
479480
</tr>
480481
</tbody>

docs/content.zh/docs/connectors/flink-sources/oracle-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ Connector Options
460460
<td style="word-wrap: break-word;">true</td>
461461
<td>Double</td>
462462
<td>
463-
The maximum size of data processed per second, the default value: -1, not limited.(only for flink2.x)
463+
The maximum number of records emitted per second, the default value: -1, means no rate limiting.(only for flink2.x)<br>
464+
WARNING: Incremental/binlog phase: Rate limiting can cause the connector to fall behind the upstream change stream, risking binlog/WAL purging before the connector catches up (data loss for MySQL, replication slot issues for PostgreSQL).
464465
</td>
465466
</tr>
466467
</tbody>

docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ Connector Options
298298
<td style="word-wrap: break-word;">true</td>
299299
<td>Double</td>
300300
<td>
301-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
301+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
302+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
302303
</td>
303304
</tr>
304305
</tbody>

docs/content.zh/docs/connectors/flink-sources/sqlserver-cdc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ Connector Options
269269
<td style="word-wrap: break-word;">true</td>
270270
<td>Double</td>
271271
<td>
272-
The maximum size of data processed per second, the default value: -1, not limited.(only for flink2.x)
272+
The maximum number of records emitted per second, the default value: -1, means no rate limiting.(only for flink2.x)<br>
273+
WARNING: Incremental/binlog phase: Rate limiting can cause the connector to fall behind the upstream change stream, risking binlog/WAL purging before the connector catches up (data loss for MySQL, replication slot issues for PostgreSQL).
273274
</td>
274275
</tr>
275276
</tbody>

docs/content.zh/docs/connectors/pipeline-connectors/mysql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ pipeline:
368368
<td style="word-wrap: break-word;">true</td>
369369
<td>Double</td>
370370
<td>
371-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
371+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
372+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
372373
</td>
373374
</tr>
374375
</tbody>

docs/content.zh/docs/connectors/pipeline-connectors/oracle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ pipeline:
275275
<td style="word-wrap: break-word;">true</td>
276276
<td>Double</td>
277277
<td>
278-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
278+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
279+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
279280
</td>
280281
</tr>
281282
</tbody>

docs/content.zh/docs/connectors/pipeline-connectors/postgres.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ pipeline:
300300
<td style="word-wrap: break-word;">true</td>
301301
<td>Double</td>
302302
<td>
303-
每秒处理的最大数据量,默认值:-1,无限制。(只适用于flink2.x)
303+
每秒发出的最大记录数,默认值为 -1,表示不进行速率限制。(仅适用于 flink 2.x)<br>
304+
警告:增量/二进制日志阶段:速率限制可能导致连接器落后于上游变更流,在连接器赶上之前,二进制日志/WAL 可能会被清除(MySQL 数据丢失,PostgreSQL 复制槽问题)。
304305
</td>
305306
</tr>
306307
</tbody>

0 commit comments

Comments
 (0)