Class PostgresConnector

java.lang.Object
org.apache.kafka.connect.connector.Connector
org.apache.kafka.connect.source.SourceConnector
io.debezium.connector.common.RelationalBaseSourceConnector
io.debezium.connector.postgresql.PostgresConnector
All Implemented Interfaces:
org.apache.kafka.connect.components.Versioned

public class PostgresConnector extends RelationalBaseSourceConnector
A Kafka Connect source connector that creates tasks which use Postgresql streaming replication off a logical replication slot to receive incoming changes for a database and publish them to Kafka.

Configuration

This connector is configured with the set of properties described in PostgresConnectorConfig.

Author:
Horia Chiorean
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • props

      private Map<String,String> props
  • Constructor Details

    • PostgresConnector

      public PostgresConnector()
  • Method Details