skymilong opened a new pull request, #3194:
URL: https://github.com/apache/flink-cdc/pull/3194

   This commit introduces a simple logic check within the Flink CDC codebase to 
enable support for both the new (`config.yaml`) and old (`flink-conf.yaml`) 
Flink configuration file standards. By utilizing the `Files.exists` method, 
Flink CDC now first checks for the presence of `config.yaml` in the system. If 
`config.yaml` is found, it is used as the configuration file. Otherwise, Flink 
CDC falls back to using `flink-conf.yaml`. This enhancement ensures that Flink 
CDC can seamlessly transition between different versions of Flink, maintaining 
backward compatibility and facilitating easier upgrades for users.


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

Reply via email to