SML0127 commented on code in PR #3448: URL: https://github.com/apache/flink-cdc/pull/3448#discussion_r1689496974
########## docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md: ########## @@ -493,7 +493,7 @@ CREATE TABLE products ( * (3)在快照读取之前,Source 不需要数据库锁权限。 如果希望 source 并行运行,则每个并行 reader 都应该具有唯一的 server id,因此`server id`的范围必须类似于 `5400-6400`, -且范围必须大于并行度。在增量快照读取过程中,MySQL CDC Source 首先通过表的主键将表划分成多个块(chunk), +且范围必须大于并行度。在增量快照读取过程中,MySQL CDC Source 源首先会根据您指定的表块键将表分块(chunk), Review Comment: modified. ########## docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md: ########## @@ -543,7 +543,7 @@ MySQL 集群中你监控的服务器出现故障后, 你只需将受监视的服 当 MySQL CDC Source 启动时,它并行读取表的快照,然后以单并行度的方式读取表的 binlog。 -在快照阶段,根据表的主键和表行的大小将快照切割成多个快照块。 +在快照阶段,快照会根据表的分块键和表行的大小切割成多个快照块。 Review Comment: modified. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
