joyCurry30 commented on code in PR #3187:
URL: https://github.com/apache/flink-cdc/pull/3187#discussion_r1555283731


##########
flink-cdc-cli/src/test/resources/definitions/pipeline-definition-full.yaml:
##########
@@ -53,3 +53,8 @@ pipeline:
   name: source-database-sync-pipe
   parallelism: 4
   enable-schema-evolution: false
+  execution.checkpointing.interval: 10000
+  execution.checkpointing.mode: EXACTLY_ONCE
+  # yarn config
+  yarn.staging-directory: /tmp/flink-cdc
+  yarn.application.queue: flink-cdc

Review Comment:
   @PatrickRen Thanks for your comment. Actually, we can use standard YAML for 
Flink configuration by adding a YAML config translator. As for the conflict 
between pipeline configs and Flink configs, how about add a new ref, like 
'env-config', for flink configs, which applying for flink execution env.



-- 
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

Reply via email to