Skip to content

Commit 91ac77d

Browse files
authored
Update README.md
1 parent 88348b3 commit 91ac77d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
There are two approaches of integrating [YugabyteDB](https://github.com/yugabyte/yugabyte-db) with Kafka. Kafka provides [Kafka Connect](https://docs.confluent.io/3.0.0/connect/intro.html), a connector SDK for building such integrations.
22

3+
<img src="https://raw.githubusercontent.com/yugabyte/yb-kafka-connector/master/logos/dsql-kafka.png" align="center" alt="Kafka Connect YugabyteDB Connector Architecture"/>
4+
35
## Kafka Connect YugabyteDB Source Connector
46

5-
In this approach, a source connector streams table updates in YugabyteDB to Kafka topics. It is based on YugabyteDB's Change Data Capture (CDC) feature. CDC allows the connector to simply subscribe to these table changes and then publish the changes to selected Kafka topics.
7+
In this approach, the source connector streams table updates in YugabyteDB to Kafka topics. It is based on YugabyteDB's Change Data Capture (CDC) feature. CDC allows the connector to simply subscribe to these table changes and then publish the changes to selected Kafka topics.
68

79
More documentation to follow.
810

911
## Kafka Connect YugabyteDB Sink Connector
1012

11-
In this approach, a sink connector delivers data from Kafka topics into YugabyteDB tables. For example, the connector subscribes to specific topics in Kafka and then writes to specific tables in YugabyteDB as soon as new messages are received in the selected topics.
13+
In this approach, the sink connector delivers data from Kafka topics into YugabyteDB tables. The connector subscribes to specific topics in Kafka and then writes to specific tables in YugabyteDB as soon as new messages are received in the selected topics.
1214

1315
### Prerequisites
1416

@@ -129,7 +131,6 @@ For building and using this project, we requires following tools pre-installed o
129131
- Add more data types.
130132
- Add more tests.
131133
- Add restartability.
132-
- Add YugabyteDB as a Connect Source.
133134

134135
## License
135136

0 commit comments

Comments
 (0)