es-live-projection-auto-updates

Status: IN

`LiveProjection` automatically applies new events on each `append()` after the initial `catch_up()` call — no subsequent explicit `catch_up()` required.

Source: entries/2026/05/29/event-sourcing-store-test_event_store.md

Example

for sub in self._subscribers:
    sub(event)  # LiveProjection registered as subscriber

JSON