1 / 5
Fill in: 'We ___ a domain event whenever meaningful state changes so other services can react.'
-
-
-
-
We 'emit an event' — the standard, established collocation for publishing a state change. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ event schemas so downstream consumers aren't broken by silent field changes.'
-
-
-
-
We 'version' schemas — the standard collocation for managing controlled evolution. The other options aren't idiomatic here.
3 / 5
Fill in: 'A consumer that fails to process an event should ___ it to a dead-letter queue.'
-
-
-
-
We 'route' a failed event — the standard collocation for directing it to a holding queue. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ idempotency keys so replayed events don't cause duplicate side effects.'
-
-
-
-
We 'use' idempotency keys — the standard, simple collocation. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ event ordering guarantees clearly since not every broker preserves order.'
-
-
-
-
We 'document' guarantees — the standard collocation for recording behaviour explicitly. The other options aren't idiomatic here.