# language: en # Drives S-06 (#7). On a zaak-created notification from NRC the Event Subscriber writes a # rebuildable read-projection row (PRD §8.4). This scenario exercises the use case against an # in-memory stand-in for the projection store and notification log; real OpenZaak → NRC → # subscriber delivery is verified by the live-stack check (verify-projection, ADR-0007/#58). Feature: Register-projectie bijwerken op een zaaknotificatie Als openbaar register wil ik dat een aangemaakte zaak in de projectie verschijnt zodat het register de ingediende registratie kan tonen. Scenario: Een zaaknotificatie levert een rij met status INGEDIEND Given a zaak is created in OpenZaak with id "11111111-1111-1111-1111-111111111111" When the NRC notification for that zaak is delivered to the event subscriber Then the register projection contains a row for "11111111-1111-1111-1111-111111111111" with status "INGEDIEND" Scenario: Dezelfde notificatie tweemaal levert geen duplicaat Given a zaak is created in OpenZaak with id "22222222-2222-2222-2222-222222222222" When the NRC notification for that zaak is delivered to the event subscriber And the same NRC notification is delivered again Then the register projection contains exactly one row for "22222222-2222-2222-2222-222222222222"