yuxiqian commented on PR #3977: URL: https://github.com/apache/flink-cdc/pull/3977#issuecomment-2826020112
Thanks for @morozov's nice work, LGTM. Would @lvyanquan like to take a further look? --- Suggested Chinese translation: ```patch Index: docs/content.zh/docs/core-concept/data-pipeline.md IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/docs/content.zh/docs/core-concept/data-pipeline.md b/docs/content.zh/docs/core-concept/data-pipeline.md --- a/docs/content.zh/docs/core-concept/data-pipeline.md (revision 54768703ec976b712e62f4184b7b24c8319f8e69) +++ b/docs/content.zh/docs/core-concept/data-pipeline.md (date 1745460782234) @@ -111,9 +111,10 @@ # Pipeline 配置 下面 是 Data Pipeline 的一些可选配置: -| 参数 | 含义 | optional/required | -|-------------------------|-----------------------------------------------------|-------------------| -| name | 这个 pipeline 的名称,会用在 Flink 集群中作为作业的名称。 | optional | -| parallelism | pipeline的全局并发度,默认值是1。 | optional | -| local-time-zone | 作业级别的本地时区。 | optional | -| execution.runtime-mode | pipeline 的运行模式,包含 STREAMING 和 BATCH,默认值是 STREAMING。 | optional | \ No newline at end of file +| 参数 | 含义 | optional/required | +|------------------------|-----------------------------------------------------|-------------------| +| name | 这个 Pipeline 的名称,会用在 Flink 集群中作为作业的名称。 | optional | +| parallelism | Pipeline 的全局并发度,默认值是1。 | optional | +| local-time-zone | 作业级别的本地时区。 | optional | +| execution.runtime-mode | Pipeline 的运行模式,包含 STREAMING 和 BATCH,默认值是 STREAMING。 | optional | +| operator.uid.prefix | Pipeline 中算子 UID 的前缀。如果不设置,Flink 会为每个算子生成唯一的 UID。 | optional | \ No newline at end of file ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org