Pattern 34 / FLOW
Change Data Capture (CDC)
Use this when letting other systems react to database changes reliably.
- Pressure
- Letting other systems react to database changes reliably
- Mechanism
- Read the database log or change stream and publish inserts/updates/deletes as events
- Toll
- Schema changes, ordering, replay, and backfills need care
