Skip to main content

Module source

Module source 

Source
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ยง

MySqlCdcSource
MySQL binlog CDC source connector. Reads change events from the MySQL binary log via replication protocol; supports GTID-based and file/position-based replication.