Class MySqlConnectorTask

java.lang.Object
org.apache.kafka.connect.source.SourceTask
io.debezium.connector.common.BaseSourceTask<MySqlPartition,MySqlOffsetContext>
io.debezium.connector.mysql.MySqlConnectorTask
All Implemented Interfaces:
org.apache.kafka.connect.connector.Task

public class MySqlConnectorTask extends BaseSourceTask<MySqlPartition,MySqlOffsetContext>
The main task executing streaming from MySQL. Responsible for lifecycle management of the streaming code.
Author:
Jiri Pechanec