Skip to main content
The YugabyteDB CDC Kafka Source connector is a Kafka Connect connector that reads change data from YugabyteDB and writes it to Kafka topics.
This connector is available as a built-in connector on StreamNative Cloud.

Prerequisites

  • Collect the following information about your YugabyteDB cluster:
    • Master addresses
    • DB Stream ID
    • DB User and password

Quick Start

  1. Setup the kcctl client: doc
  2. Setup a YugabyteDB cluster, you can create one in k8s cluster with below yaml file:
  3. Create a JSON file like the following:
  4. Run the following command to create the connector:

Configuration

The YugabyteDB CDC Kafka Source connector is configured using the following Required properties: For more information about the properties, see the offical YugabyteDB CDC Kafka Source Connector documentation.