Overview of Flink CDC Sources
masterFlink CDC sources is a collection of source connectors for Apache Flink designed to ingest change data from various databases using Change Data Capture (CDC). Some connectors utilize Debezium as the underlying engine to capture data changes.
These sources can be used via multiple API layers including the YAML API (Pipeline API), SQL API (Table/SQL API), and the DataStream API.