pub fn register_mysql_cdc_source(registry: &ConnectorRegistry)Expand description
Registers the MySQL CDC source connector factory.
After calling this function, the connector can be created via:
ⓘ
let source = registry.create_source(&config)?;