yuxiqian commented on code in PR #3918:
URL: https://github.com/apache/flink-cdc/pull/3918#discussion_r2609905106
##########
docs/content.zh/docs/core-concept/data-pipeline.md:
##########
@@ -118,3 +122,4 @@ under the License.
| local-time-zone | 作业级别的本地时区。
| optional |
| execution.runtime-mode | pipeline 的运行模式,包含 STREAMING 和 BATCH,默认值是 STREAMING。
| optional |
| operator.uid.prefix | Pipeline 中算子 UID 的前缀。如果不设置,Flink 会为每个算子生成唯一的 UID。
建议设置这个参数以提供稳定和可识别的算子 ID,这有助于有状态升级、问题排查和在 Flink UI 上的诊断。 | optional |
+| flink-conf |
用于配置[Flink相关参数](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/)。
<br/>Flink参数优先级:config.yaml < job command-line < pipeline.yaml | optional
|
Review Comment:
```suggestion
| flink-conf | 用于配置[Flink
参数](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/)。
<br/>Flink 参数生效优先级(由高到低)为 CDC CLI 命令行参数、Pipeline YAML 块、Flink `config.yaml`。 |
optional |
```
--
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]