Tag: #cdc
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 9 posts
AWS DMS in Practice — Migration and Continuous Replication (CDC)
A practitioner walkthrough of AWS Database Migration Service from its building blocks to full load and CDC, heterogeneous migration with SCT, LOB handling and data validation, monitoring and cut-over strategy. It also co
2026-06-16 · 19 min read #aws#dms#database#migration#cdcZero-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-writeNoSQL and Heterogeneous Data Migration — Between RDB, MongoDB, and Many Stores
Relational and document stores differ in the data model itself. This article lays out, from a practitioner view, what must be redesigned when moving from RDB to document and back, how to migrate with zero downtime using
2026-06-16 · 16 min read #database#migration#nosql#mongodb#cdcAPI Contract Testing & API Tooling 2026 Deep-Dive: Pact, Bruno, Hoppscotch, MSW, Karate DSL, Schemathesis Compared
A 2026 deep-dive comparing Pact, MSW, Bruno, Hoppscotch, Karate DSL, Schemathesis, Dredd, Prism, RestAssured, Postman, and Insomnia. Covers OpenAPI 3.1, AsyncAPI 3.0, GraphQL schema testing, and Consumer-Driven Contract
2026-05-25 · 11 min read #api-testing#pact#bruno#hoppscotch#mswCDC & 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-cdcStreaming vs Batch Redefined: Flink, RisingWave, Materialize, CDC, Streaming SQL and the Pragmatism of Real Time (2025)
Season 5 Ep 2. "Everything in real time" was the promise of 2020. 2025 is the era of pragmatism — the line between batch and streaming has blurred, and the real question has become "how fresh does this data have to be to
2026-04-15 · 13 min read #streaming#batch#flink#risingwave#materializeCDC (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#mysqlToss Bank Data Engineer (Kafka & Streaming) Study Guide: Tech Stack, Interview Prep, and 6-Month Roadmap
Complete analysis of Toss Bank Real-Time Data team JD. Master Kafka Broker operations, Spring Boot Kafka Client, Active-Active replication, CDC with Debezium, Flink stream processing, and ClickHouse analytics — with a 6-
2026-03-21 · 29 min read #kafka#data-engineering#tossbank#streaming#flinkMicroservices 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