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

#1152 Support dynamically table addition in flink-cdc-base from the existing MySQL connector.

add metrics for oceanbase cdc connector #986

reverse traverse all binlog file in database, find binlog position by compare binlog event timestamp and specified timestamp, then start read binlog from this binlog/position

it could not read the PDB tables when using OracleIncrementalSource at Oracle CDB mode,Therefore, check whether the pdb is empty when creating a connection. If it is not empty, switch...

mysql table use the id column of binary type as the primary key, when mysql cdc do the snapshot split. It will get min and max value of id column...

Oracle type | Flink SQL type -- | -- NUMBER(p, s > 0) s >= 38 or (s < 38 , p + s > 38) | STRING -- |...

Add a table of cdc json type. Read mysql/oracle/postgres/sqlserver cdc data and output it as a json string. The effect is the same as that of the datastream api, here...

由于debezium/example-xxx默认时区,会导致大家运行demo是会失败。