Class MySqlConnectorTask

  • All Implemented Interfaces:
    org.apache.kafka.connect.connector.Task

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