dockerzhang commented on code in PR #637: URL: https://github.com/apache/inlong-website/pull/637#discussion_r1045350703
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/postgresql-cdc.md: ########## @@ -116,10 +137,11 @@ 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. 我们可以通过以下语句删除槽。 +**Note**: 建议为每张表设置不同的 `slot.name` ,以避免潜在的 `PSQLException: ERROR: replication slot "flink" is active for PID 974` 错误。 +**Note**: 遇到 `PSQLException: ERROR: all replication slots are in use Hint: Free one or increase max_replication_slots` 错误时,我们可以通过以下语句删除槽。 Review Comment: :::caution - xxx - xxx ::: here we can use a better caution format in the docusaurus. ########## docs/data_node/extract_node/postgresql-cdc.md: ########## @@ -116,10 +137,11 @@ TODO: It will be supported in the future. | debezium.* | optional | (none) | String | Pass-through Debezium's properties to Debezium Embedded Engine which is used to capture data changes from Postgres server. For example: 'debezium.snapshot.mode' = 'never'. See more about the [Debezium's Postgres Connector properties](https://debezium.io/documentation/reference/1.5/connectors/postgresql.html#postgresql-connector-properties). | | inlong.metric.labels | optional | (none) | String | Inlong metric label, format of value is groupId=xxgroup&streamId=xxstream&nodeId=xxnode. | -**Note**: `slot.name` is recommended to set for different tables to avoid the potential 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. We can delete slot by the following statement. +**Note**: `slot.name` is recommended to set for different tables to avoid the potential `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`. We can delete slot by the following statement. Review Comment: :::caution - xxx - xxx ::: here we can use a better caution format in the docusaurus. -- 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]
