Skip to main content
The Debezium PostgreSQL Source connector is a Kafka Connect connector that captures row-level changes in a PostgreSQL database and streams them to Kafka topics.
This connector is available as a built-in connector on StreamNative Cloud.

Prerequisites

  • A running PostgreSQL server
  • PostgreSQL version 10 or later

Quick Start

  1. Setup the kcctl client: doc
  2. Create a JSON file like the following:
  3. Run the following command to create the connector:

Configuration

The Debezium PostgreSQL Source connector is configured using the following properties: For more information about the configuration properties, see the Official Debezium PostgreSQL Connector documentation.