
Streaming Changes From YugabyteDB to Downstream Databases
In this blog post, we will stream data to downstream databases leveraging YugabyteDB’s Change Data Capture (CDC) feature introduced in YugabyteDB 2.13. This will publish the changes to Kafka and then stream those changes to databases like MySQL, PostgreSQL, and Elasticsearch.
YugabyteDB CDC Downstream Databases Topology
The diagram below represents how data will flow from YugabyteDB to Kafka and then further to the sink databases.
Specifically,
…