Expand description
MySQL CDC source connector implementation.
Implements the SourceConnector trait for MySQL binlog replication.
This module provides the main entry point for MySQL CDC: MySqlCdcSource.
Structsยง
- MySql
CdcSource - MySQL binlog CDC source connector. Reads change events from the MySQL binary log via replication protocol; supports GTID-based and file/position-based replication.