Class PostgresConnectorTask

java.lang.Object
org.apache.kafka.connect.source.SourceTask
io.debezium.connector.common.BaseSourceTask<PostgresPartition,PostgresOffsetContext>
io.debezium.connector.postgresql.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)