Tag: #debezium
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Zero-Downtime Data Migration — Moving Data with Dual-Write, Backfill, and CDC
Moving data to a new store without stopping the service is tricky because of consistency and ordering guarantees. This post lays out a staged cutover strategy combining Dual-Write, Backfill, and CDC, plus verification, r
2026-06-16 · 21 min read #database#migration#cdc#debezium#dual-writeCDC & Data Integration 2026 Deep Dive — Debezium 3 · Estuary · Flink CDC · Airbyte · Fivetran · Sling · Hightouch · Census · Sequin
The full landscape of CDC and data integration in 2026. Debezium 3.0 loosens the Kafka Connect dependency, Estuary Flow runs managed CDC at millions of rows per second, Flink CDC 3.x has become a real ELT pipeline tool,
2026-05-16 · 21 min read #cdc#change-data-capture#debezium#estuary#flink-cdcKafka and Event-Driven Architecture Deep Dive — Partition/ISR, Exactly-Once, Outbox, Schema Registry, Flink
Many use Kafka; few understand its internals. Partitions and Leader/ISR, Log Segment physical layout, Exactly-Once Semantics truth, Transactional Outbox, Event Sourcing vs CDC, Schema Registry, and 100ms SLA techniques.
2026-04-15 · 9 min read #kafka#event-driven#streaming#exactly-once#schema-registryCDC (Change Data Capture) Complete Guide 2025: Debezium, Kafka, Data Sync, Outbox Pattern
Everything about CDC — how it works (WAL/binlog based), Debezium architecture, PostgreSQL Logical Replication, MySQL binlog, Outbox Pattern, data warehouse sync, Kafka integration, migration, common pitfalls.
2026-04-15 · 11 min read #cdc#debezium#kafka#postgresql#mysqlMicroservices Data Synchronization with the Outbox Pattern and CDC: A Practical Debezium Guide
A comprehensive guide to microservices data synchronization using the Outbox Pattern and CDC (Change Data Capture). Covers Dual Write problem analysis, Outbox table design, Debezium connector configuration, Kafka Connect
2026-03-09 · 20 min read #architecture#outbox-pattern#cdc#debezium#microservices