Advanced
Big Data & Data Engineering
Q95 / 100
How does Debezium typically implement Change Data Capture for relational databases?
Correct! Well done.
Incorrect.
The correct answer is A) It reads the database's transaction log (e.g., MySQL binlog, PostgreSQL WAL) to capture row-level changes and publish them as events, typically to Kafka
A
Correct Answer
It reads the database's transaction log (e.g., MySQL binlog, PostgreSQL WAL) to capture row-level changes and publish them as events, typically to Kafka
Explanation
Log-based CDC (used by Debezium) reads the database's internal replication/transaction log, capturing changes with minimal performance impact compared to polling-based approaches.
Progress
95/100