Skip to content

Commit

Permalink
Update axon-framework/events/event-processors/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Herrijgers <mitchellherrijgers@gmail.com>
  • Loading branch information
smcvb and CodeDrivenMitch committed Sep 13, 2022
1 parent 56d667f commit 145a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axon-framework/events/event-processors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Although this behavior is sufficient on many occasions, sometimes it is benefici
To that end, you can configure a dead-letter queue for a [processing group](#event-processors).

An essential concept of Axon Frameworks event processors is the maintenance of event ordering, even when you configure [parallel processing](streaming.md#parallel-processing).
A perfect example when this is a requirement is the need to handle aggregate events in publishing order.
A perfect example when this is a requirement is the need to handle events of the same aggregate in the order it was published.
Simply dead lettering one failed event would cause subsequent events in the sequence to be applied to inconsistent state.

It is thus of utmost importance that a dead-letter queue for events enqueues an event and any following events in the sequence.
Expand Down

0 comments on commit 145a261

Please sign in to comment.