Class MySqlConnector

java.lang.Object
org.apache.kafka.connect.connector.Connector
All Implemented Interfaces:
org.apache.kafka.connect.components.Versioned

public class MySqlConnector extends BinlogConnector<MySqlConnectorConfig>
A Kafka Connect source connector that creates tasks that read the MySQL binary log and generate the corresponding data change events.

Configuration

This connector is configured with the set of properties described in MySqlConnectorConfig.

Author:
Randall Hauch