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

Flink CDC is a streaming data integration tool

Results 516 flink-cdc issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Unable get `transaction.id` from MySQL CDC while the underlying Debezium provides it **Describe the solution you'd like** Something like below...

enhancement

Bumped Flink version to 1.15.1. Added Maven profile for Flink 1.14 compatibility. Relates to #1363

I use flink cdc in copy the mysql data from one to another, what I want is tell me which column is the primary key in the output. So I...

Resolve project compilation ⚠️ trivial code submission

**Is your feature request related to a problem? Please describe.** I make a mysql sink function for write the data from kafka to mysql ***When use the dataStream API ,...

enhancement

发现CDC是直接连接数据库的,如果使用CDC进行实时的数据同步,需要一直连接数据库吗? 如果是的话,那要是多个job进行实时的数据同步,那数据库就会一直连接多个job,数据库压力不会太大吗?

discussion

请问flink-cdc支持MongoDB 6.0吗?

enhancement

什么时候支持ddl? 上游数据源schema修改 flink-cdc可以自动修复下游动态表schema

enhancement

flinkcdc 监听 Oracle: flinkcdc 版本:2.2.1 Oracle 版本:Oracle Database 19c ![image](https://user-images.githubusercontent.com/47846745/185859475-53b358cd-f4d1-45a7-aed8-9a910673521b.png) 使用时候报错: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor ![image](https://user-images.githubusercontent.com/47846745/185859569-f3c6d823-e633-4fc0-a247-484944c2e691.png)

enhancement