cdc-and-event-sourcing-share-projection-pattern

Status: IN

`CDCConsumer`/`MaterializedView` in `cdc.py` and `Projection` in `event_store.py` implement the same structural pattern — track position, pull new events, apply handlers — against different event sources (database mutations vs. domain events)

Source: entries/2026/05/29/topic-cqrs-read-models.md

JSON