StreamExecutionEnvironment.execute和Table.executeInsert同时执行,CDC会拉取两遍数据 #1656
Unanswered
irving1993
asked this question in
Q&A
Replies: 0 comments
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.
-
想同步Mysql一个表的的数据到另一个表,用的是CDC的Connector+JDBC的Connector,jdbc connector用的是table api,StreamExecutionEnvironment.execute和Table.executeInsert同时执行会看到CDC同一个表里的数据拉取了两遍,如果只执行一个数据是不入库的。
Beta Was this translation helpful? Give feedback.
All reactions