YugabyteDB CDC: Using JDBC Sink Connector with Kafka
It’s been a while since YugabyteDB came out with Change Data Capture (CDC) using Debezium, an open source distributed platform. You can just fire it up as a plugin for Kafka connect and then it will start publishing all the changes in your database to a Kafka topic.
The Debezium Connector for YugabyteDB CDC is our addition to the list of Debezium connectors.
…
Read More