Class PostgresConnectorTask

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

    public class PostgresConnectorTask
    extends BaseSourceTask<PostgresPartition,​PostgresOffsetContext>
    Kafka connect source task which uses Postgres logical decoding over a streaming replication connection to process DB changes.
    Author:
    Horia Chiorean (hchiorea@redhat.com)