hiliuxg created FLINK-36974: ------------------------------- Summary: support overwrite flink config by command line Key: FLINK-36974 URL: https://issues.apache.org/jira/browse/FLINK-36974 Project: Flink Issue Type: New Feature Components: Flink CDC Affects Versions: cdc-3.3.0 Reporter: hiliuxg Fix For: cdc-3.3.0
Support overwrite flink config in the command line, for example: `bin/flink-cdc.sh1732864461789.yaml --flink-conf execution.checkpointing.interval=10min --flink-conf rest.bind-port=42689 --flink-conf yarn.application.id=application_1714009558476_3563 --flink-conf execution.target=yarn-session --flink-conf rest.bind-address=10.5.140.140` The example provided is used to submit a job to a specified host's YARN session cluster with specific Flink configurations. -- This message was sent by Atlassian Jira (v8.20.10#820010)