yuxiqian commented on code in PR #3811: URL: https://github.com/apache/flink-cdc/pull/3811#discussion_r1896611525
########## docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md: ########## @@ -147,7 +147,7 @@ SELECT * FROM products; **请注意** MongoDB 的更改事件记录在消息之前没有更新。因此,我们只能将其转换为 Flink 的 UPSERT 更改日志流。 -upstart 流需要一个唯一的密钥,所以我们必须声明 `_id` 作为主键。 +因为 upsert 流需要一个唯一的密钥,所以我们必须声明 `_id` 作为主键。 Review Comment: ```suggestion 因为 upsert 流需要唯一键,所以我们必须声明 `_id` 作为主键。 ``` -- 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]
