Replies: 1 comment 1 reply
-
尝试开启 checkpoint 并没有解决问题 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
之前项目的环境是 flink 1.12 + flink-connector-mysql-cdc 2.0.0 使用


startupOptions(StartupOptions.initial())
启动模式是可以获取到数据库最新的快照数据的版本升级后 flink 1.17 + flink-connector-mysql-cdc 2.3.0 同样使用
startupOptions(StartupOptions.initial())
启动模式居然无任何输出,这可能是因为什么Beta Was this translation helpful? Give feedback.
All reactions