Debezium Documentation, The Debezium Community, 2024 - Comprehensive guide to log-based change data capture, including connectors for various databases, event structure, snapshotting, and schema evolution.
Chapter 30. The Write-Ahead Log (WAL), The PostgreSQL Global Development Group, 2025 (The PostgreSQL Global Development Group) - Official documentation explaining PostgreSQL's Write-Ahead Log, its role in durability and replication, which forms the basis for log-based CDC in PostgreSQL.
Apache Kafka Documentation, The Apache Software Foundation, 2024 - Official documentation for Apache Kafka, providing essential details on message bus architecture, partitioning for ordering, and delivery semantics relevant to CDC pipelines.