mysql 单表CDC 2.02 Table API连接正常 2.1.1&2.2.1 连接异常 Process finished with exit code -17 #1209
-
|
刚入行不久,烦请大神指点代码问题,感谢 mysql : MariaDB 10.4 import org.apache.flink.streaming.api.scala.StreamExecutionEnvironment object Mysql_CDC { val bsEnv = StreamExecutionEnvironment.getExecutionEnvironment // 创建表,connector使用mysql-cdc // 创建下游数据表,这里使用print类型的connector,将数据直接打印出来 } |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.

官方好像没有说支持MariaDB