CDC With Debezium
In this series, we will explore Debezium as a provider of a useful process/software pattern called Change Data Capture (commonly referred to as CDC).
Once you read through this series, you will be able to answer these (and hopefully more) questions:
- What is CDC? Do we have other alternatives? What is the cost of using CDC?
- How does Debezium work behind the scenes?
- What are Debezium source connectors and how does the PostgreSQL source connector work?
- What is WAL? How does it help with event recovery?
- How can we easily deploy Debezium if we don’t want to or need to use Kafka Connect?
Series navigation:
If you want to dig even deeper, make sure to check this list of resources.
This post is licensed under
CC BY 4.0
by the author.