Class SqlServerConnectorTask

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

    public class SqlServerConnectorTask
    extends BaseSourceTask<SqlServerPartition,​SqlServerOffsetContext>
    The main task executing streaming from SQL Server. Responsible for lifecycle management the streaming code.
    Author:
    Jiri Pechanec