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

Flink CDC is a streaming data integration tool

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

**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : 1.13.3 - Flink CDC version: 2.2.1 - Database and...

bug

**Describe the bug(Please use English)** A clear and concise description of what the bug is. I ran a `select` sql by sql-client,the source database is MySQL ,target is sql-client print;...

bug

Support `RawType` conversion of MongoDB let schema-less fields can be processed by UDF. Closed #802

This is initial implementation of Vitess CDC connector. For a fully detailed documentation of Vitess Debezium Connector , please see [Documentation](https://debezium.io/documentation/reference/connectors/vitess.html).

**Describe the bug(Please use English)** Error in inserting data into es on Flink SQL CLI ``` [INFO] Submitting SQL update statement to the cluster... [ERROR] Could not execute SQL statement....

bug

**Is your feature request related to a problem? Please describe.** see https://nightlies.apache.org/flink/flink-docs-master/zh/docs/connectors/table/formats/canal/ in canal json user would want OLD field to know the update before data before UPDATE record **Describe...

enhancement

**Environment :** - Flink version : 1.13.5 - Flink CDC version: 2.2.0 - Database and version: 5.7.36.-log code: ``` MySqlSource mySqlSource = MySqlSource.builder() .splitSize(10) .hostname("192.168.3.111") .port(3306) .username("root") .password("root") .databaseList("flink") .tableList(new...

bug

flinkcdc增量读取oralce数据库 报错: java.lang.IllegalStateException: Retrieve schema history failed, the schema records for engine 08c6c43f-e529-439b-9546-d1056524d389 has been removed, this might because the debezium engine has been shutdown due to other errors. at...

bug

I want insert mysql snapshot data on sometime by day,the data do not change frequent。

enhancement