What is CDC?
Change data capture records inserts, updates, and deletes from a source system so downstream systems can stay in sync.
- Reads transaction log or events
- Supports near-real-time sync
- Needs ordering and deduplication
What is CDC?
Tagged with cdc
Change data capture records inserts, updates, and deletes from a source system so downstream systems can stay in sync.
What is CDC?