1 / 5
The service will ___ events to the event store on each state change.
-
-
-
-
You append events to an event store. Append is the precise technical verb; the others are vague. So append events to the store.
2 / 5
Consumers ___ the event stream to rebuild current state.
-
-
-
-
You replay an event stream. Replay is the exact collocation in event sourcing; the others are informal. So replay the event stream.
3 / 5
We need to ___ a snapshot to speed up state reconstruction.
-
-
-
-
You create a snapshot. Create is the standard collocation; the others are vague. So create a snapshot.
4 / 5
The team decided to ___ events by aggregate ID for better partitioning.
-
-
-
-
You partition events by aggregate ID. Partition is the precise technical verb; the others are informal. So partition events by aggregate ID.
5 / 5
An event schema registry helps you ___ backward compatibility.
-
-
-
-
You maintain backward compatibility. Maintain is the precise collocation; the others are informal. So maintain backward compatibility.