-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
49 changes: 49 additions & 0 deletions
49
...connect-yugabyte-cdc-source/v1.9.5.y.220.3/kafka-connect-yugabyte-cdc-source.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
description: "The official YugabyteDB CDC Kafka Source Connector for capturing change data from YugabyteDB." | ||
author: ["YugaByte"] | ||
contributors: ["YugaByte"] | ||
language: Java | ||
document: "https://github.com/yugabyte/debezium-connector-yugabytedb/blob/v1.9.5.y.220.3/README.md" | ||
source: "https://github.com/yugabyte/debezium-connector-yugabytedb/tree/v1.9.5.y.220.3" | ||
license: Apache License 2.0 | ||
tags: ["Kafka Connect", "Source", "CDC"] | ||
alias: Kafka Connect YugabyteDB CDC Source | ||
features: ["Captures row-level changes in YugabyteDB tables"] | ||
license_link: "https://www.apache.org/licenses/LICENSE-2.0" | ||
icon: "/images/connectors/yugabyte.jepg" | ||
download: "https://github.com/yugabyte/debezium-connector-yugabytedb/releases/tag/v1.9.5.y.220.3" | ||
support: Community | ||
support_link: "https://github.com/yugabyte/debezium-connector-yugabytedb" | ||
support_img: "" | ||
owner_name: "YugaByte" | ||
owner_img: "" | ||
dockerfile: | ||
id: "kafka-connect-yugabyte-cdc-source" | ||
powered_by: "Kafka Connect" | ||
--- | ||
|
||
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: | ||
|
||
| Property | Description | | ||
| -------- | ----------- | | ||
| `database.master.addresses` | The addresses of the YugabyteDB master nodes. | | ||
| `database.server.name` | The name of the YugabyteDB server. | | ||
| `database.dbname` | The name of the YugabyteDB database. | | ||
| `database.user` | The user name for the YugabyteDB database. | | ||
| `database.password` | The password for the YugabyteDB database. | | ||
| `database.streamid` | The stream ID for the YugabyteDB database. | | ||
| `database.hostname` | The hostname for the YugabyteDB database. | | ||
| `database.port` | The port for the YugabyteDB database. | | ||
|
||
For more information about the properties, see the [offical YugabyteDB CDC Kafka Source Connector documentation](https://github.com/yugabyte/debezium-connector-yugabytedb/blob/v1.9.5.y.220.3/README.md). |