You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/03/13 03:59:45 UTC

[GitHub] [inlong-website] healchow commented on a diff in pull request #710: [INLONG-707][Doc] Add parameter description for enabling incremental snapshot for MongoDB CDC

healchow commented on code in PR #710:
URL: https://github.com/apache/inlong-website/pull/710#discussion_r1133422201


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/mongodb-cdc.md:
##########
@@ -126,11 +126,15 @@ TODO: 未来会支持
 | collection                | 必须         | (none)     | String   | 数据库中要监视更改的集合的名称。                             |
 | connection.options        | 可选         | (none)     | String   | MongoDB的 & 分隔[连接选项](https://docs.mongodb.com/manual/reference/connection-string/#std-label-connections-connection-options)。例如。`replicaSet=test&connectTimeoutMS=300000` |
 | copy.existing             | 可选         | true       | Boolean  | 是否从源集合中复制现有数据。                                 |
-| copy.existing.queue.size  | 可选         | 10240      | Integer  | 执行数据复制时使用的线程数。                                 |
+| copy.existing.queue.size  | 可选         | 10240      | Integer  | 执行数据复制时使用的线程。数。                                 |

Review Comment:
   ```suggestion
   | copy.existing.queue.size  | 可选         | 10240      | Integer  | 执行数据复制时使用的线程。                                 |
   ```



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org