MOBIN-F opened a new pull request, #3918:
URL: https://github.com/apache/flink-cdc/pull/3918
At present, FlinkCDC only supports reading Flink configurations from Flink
con files, but this approach is not user-friendly for multiple jobs that
require different configurations. Allow passing Flink configuration by yaml job
file
such as :
```
source:
type: mysql
...
sink:
type: value
pipeline:
name: MySQL to Kafka Pipeline
parallelism: 1
flink-conf:
execution.checkpointing.interval: 6min
```
--
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]