source
Kafka Connect YugabyteDB CDC Source
The official YugabyteDB CDC Kafka Source Connector for capturing change data from YugabyteDB.

Available on
StreamNative Cloud console

Authored by
YugaByte
Support type
Community
License
Apache License 2.0

The YugabyteDB CDC Kafka Source connector is a Kafka Connect connector that reads change data from YugabyteDB and writes it to Kafka topics.

Prerequisites

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

Configuration

The YugabyteDB CDC Kafka Source connector is configured using the following Required properties:

PropertyDescription
database.master.addressesThe addresses of the YugabyteDB master nodes.
database.server.nameThe name of the YugabyteDB server.
database.dbnameThe name of the YugabyteDB database.
database.userThe user name for the YugabyteDB database.
database.passwordThe password for the YugabyteDB database.
database.streamidThe stream ID for the YugabyteDB database.
database.hostnameThe hostname for the YugabyteDB database.
database.portThe port for the YugabyteDB database.

For more information about the properties, see the offical YugabyteDB CDC Kafka Source Connector documentation.