flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[minor][cdc] Suppress false alarm in flink config loader

Open yuxiqian opened this issue 1 year ago • 0 comments

Currently, Flink CDC supports both new Flink config file config.yaml and fallback legacy config file flink-conf.yaml.

However, a false-alarm "File Not Found" exception will be printed in legacy compatible mode. Using if - else control flow to replace try - catch clause should fix this problem.

yuxiqian avatar May 06 '24 09:05 yuxiqian