dockerzhang commented on code in PR #637: URL: https://github.com/apache/inlong-website/pull/637#discussion_r1045393371
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/postgresql-cdc.md: ########## @@ -116,10 +137,14 @@ TODO: 将在未来支持此功能。 | debezium.* | 可选 | (none) | String | 将 Debezium 的属性传递给用于从 Postgres 服务器捕获数据更改的 Debezium Embedded Engine。 例如:“debezium.snapshot.mode”=“never”。 查看更多关于 [Debezium 的 Postgres 连接器属性](https://debezium.io/documentation/reference/1.5/connectors/postgresql.html#postgresql-connector-properties)。 | | inlong.metric | 可选 | (none) | String | inlong metric 的标签值,该值的构成为groupId&streamId&nodeId。| -**Note**: `slot.name` 建议为不同的表设置以避免潜在的 PSQLException: ERROR: replication slot "flink" is active for PID 974 error。 -**Note**: PSQLException: ERROR: all replication slots are in use Hint: Free one or increase max_replication_slots. 我们可以通过以下语句删除槽。 +:::提示 Review Comment: :::提示 -> :::caution do not need to translate, it's a fixed template. ########## docs/data_node/extract_node/postgresql-cdc.md: ########## @@ -22,14 +22,14 @@ build automation tool (such as Maven or SBT) and SQL Client with Sort Connectors ### Maven dependency -<pre><code parentName="pre"> -{`<dependency> +``` +<dependency> <groupId>org.apache.inlong</groupId> <artifactId>sort-connector-postgres-cdc</artifactId> <version>${siteVariables.inLongVersion}</version> </dependency> -`} -</code></pre> +``` Review Comment: we need the code to add the version. -- 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]
