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

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

bug

FlinkCDC Job has been cancelled,but the connection bwteen JobManager and mysql is still ESTABLISHED. **Environment :** - Flink version : 1.13.6 - Flink CDC version: 2.2.0 - Database and version:...

bug

We only catch Exception in ChunkSplitter, the Error can not catch in ChunkSplitter. If user meet driver conflicts issue, the Error will be thrown but we can not catch it...

bug

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

bug

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

bug

**Describe the bug(Please use English)** We are trying to use Flink Tidb CDC to synchronize data from tidb to tidb, since we have data encryption issues we chose to use...

bug

### feature 1. startup mode support of timestamp and earliest 2. support of gtid mode ### demo in java ```java MySqlSource mySqlSource = MySqlSource.builder() .hostname("172.23.218.236") .port(3308) .databaseList("db_test") // set captured...

**Environment :** - Flink version : 1.13.5 - Flink CDC version: 2.2.0 - Database and version: mysql 5.7.28-log When I added a new table (about 1.5 million data) to an...

bug