e-mhui commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116490267
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ########## @@ -324,18 +325,81 @@ Oracle CDC 消费者的可选启动模式,有效枚举为"initial" </tr> <tr> <td>inlong.metric.labels</td> - <td>可选</td> + <td>optional</td> Review Comment: Thanks you, it has been updated. ########## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ########## @@ -324,18 +325,81 @@ Oracle CDC 消费者的可选启动模式,有效枚举为"initial" </tr> <tr> <td>inlong.metric.labels</td> - <td>可选</td> + <td>optional</td> <td style={{wordWrap: 'break-word'}}>(none)</td> <td>String</td> <td>inlong metric 的标签值,该值的构成为groupId=[groupId]&streamId=[streamId]&nodeId=[nodeId]。</td> </tr> <tr> <td>source.multiple.enable</td> - <td>可选</td> + <td>optional</td> <td style={{wordWrap: 'break-word'}}>false</td> <td>Boolean</td> <td>是否开启多模式、表同步功能,如果为 'true',Oracle Extract Node 则将表的物理字段压缩成 'canal-json' 格式的特殊元字段 'data_canal'。</td> </tr> + <tr> + <td>scan.incremental.snapshot.enabled</td> + <td>optional</td> + <td style={{wordWrap: 'break-word'}}>true</td> + <td>Boolean</td> + <td>增量快照是一种读取表快照的新机制。与旧的快照机制相比,增量快照具有许多优点,包括:(1)在快照读取期间 Source 可以是并行的,(2)Source 可以在快照读取过程中执行 Chunk 粒度中的检查点,(3)Source 不需要在快照读取之前获取ROW SHARE MODE锁。</td> Review Comment: Thanks you, it has been updated. -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org