Change Data Capture

Turkish equivalent: Değişiklik verisi yakalamaDomain: Data Systems

A data-integration technique that captures committed database changes and exposes them as an ordered stream for downstream consumers.

Boundaries

CDC exposes changes after they occur in a source system; it does not automatically provide exactly-once consumption, schema compatibility, or business-event semantics.

  • Write-Ahead Log
  • Transactional Outbox
  • Replication
  • Event Streaming