Expand description
MySQL CDC source connector configuration.
Provides MySqlCdcConfig with all settings needed to connect to
a MySQL database and stream binlog changes.
Structs§
- MySql
CdcConfig - Configuration for the MySQL CDC source connector.
Enums§
- Snapshot
Mode - How to handle the initial snapshot when no prior checkpoint exists.
- SslMode
- SSL connection mode for MySQL.