flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
Fix the server timeZone bug of debeziumDeserialization when using dataSream API(#317)
**Environment :** - Flink version : 1.14 - Flink CDC version: 2.2 - Database and version: 14 When I process geometry type data I get type error ,i try cdc...
TDSQL is an abbreviation for TecentDistributed SQL. **It is derived from MySQL** and designed like mysql cluster. TDSQL CDC base on mysql cdc. It discovers tdsql's set and assigns them's...
**Describe the bug(Please use English)** Initial snapshot works fine. Eventually after the snapshot is finished the connector crashes with this exception: java.lang.NullPointerException at org.apache.flink.util.Preconditions.checkNotNull(Preconditions.java:59) at com.ververica.cdc.connectors.mongodb.table.MongoDBConnectorDeserializationSchema.deserialize(MongoDBConnectorDeserializationSchema.java:122) at com.ververica.cdc.debezium.internal.DebeziumChangeFetcher.handleBatch(DebeziumChangeFetcher.java:229) at com.ververica.cdc.debezium.internal.DebeziumChangeFetcher.runFetchLoop(DebeziumChangeFetcher.java:163)...
Please comment under this issue to propose your wanted feature. ## Feature Development * [ ] #450 * [ ] #456 * [ ] #997 * [ ] #851 *...
CurrentEmitEventTimeLag and currentFetchEventTimeLag metrics are both registered in flink cdc and flink framework.Flink MetricRegistryImpl is responsible for metric registering, when the metric with same name is registered twice, only the...
**Is your feature request related to a problem? Please describe.** In some scenarios, it is necessary to compare the modified data, so the data before and after need. **Describe the...
We can add `currentFetchEventTimeLag`, `currentEmitEventTimeLag` and `sourceIdleTime` metrics for oceanbase cdc connector just like we did in other connector.
**Describe the bug(Please use English)** When full data is being read and a piece of data is inserted, this data will appear in both full data and binlog data. **Environment...