flink-cdc
flink-cdc copied to clipboard
Flink CDC is a streaming data integration tool
请问一下大佬们,flink cdc 连接TiDB,支持获取 TiDB 的 DDL 吗?
**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : flink1.13.6 - Flink CDC version: 2.2.1 - Database and...
**Describe the bug(Please use English)** ERROR MESSAGE: `java.lang.RuntimeException: One or more fetchers have encountered exception at org.apache.flink.connector.base.source.reader.fetcher.SplitFetcherManager.checkErrors(SplitFetcherManager.java:223) at org.apache.flink.connector.base.source.reader.SourceReaderBase.getNextFetch(SourceReaderBase.java:154) at org.apache.flink.connector.base.source.reader.SourceReaderBase.pollNext(SourceReaderBase.java:116) at org.apache.flink.streaming.api.operators.SourceOperator.emitNext(SourceOperator.java:305) at org.apache.flink.streaming.runtime.io.StreamTaskSourceInput.emitNext(StreamTaskSourceInput.java:69) at org.apache.flink.streaming.runtime.io.StreamOneInputProcessor.processInput(StreamOneInputProcessor.java:66) at org.apache.flink.streaming.runtime.tasks.StreamTask.processInput(StreamTask.java:423) at...
**Describe the bug(Please use English)** During binlogReader phase, it will checks whether the binlog file exists first.In master/slave mode,If I switch from cluster A to cluster B and restore from...
**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : 14.5 - Flink CDC version: 2.2.1 - Database and...
This PR implements #1241 proposal with generic code but exposing support in configuration just for postgres module. I am opening the PR to share one possible implementation of my proposal...
**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...
**Describe the bug(Please use English)** A clear and concise description of what the bug is. **Environment :** - Flink version : 1.14.2 - Flink CDC version: 2.2.1 - Database and...
I want to know what about flink-cdc-connectors support Cassandra? Welcome to append your idea in this issue.
尝试自己用源码编译后可以通过 