Skip to content

Commit a34f4d6

Browse files
committed
Replace ascertain for guarantee
Replace ascertain for guarantee for simplicity in language use. #288
1 parent c3f78b1 commit a34f4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axon-framework/events/event-processors/streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ As described at the [start](#tracking-tokens), streaming processor threads can "
593593
A token is "stolen" when a thread loses a [token claim](#token-claims).
594594
Situations like this internally result in an `UnableToClaimTokenException,` caught by both streaming event processor implementations and translated into warn- or info-level log statements.
595595

596-
Where the framework uses token claims to ensure that a single thread is processing a sequence of events, it supports token stealing to ascertain event processing is not blocked forever.
596+
Where the framework uses token claims to ensure that a single thread is processing a sequence of events, it supports token stealing to guarantee event processing is not blocked forever.
597597
In short, the framework uses token stealing to unblock your streaming processor threads when processing takes too long.
598598
Examples may include literal slow processing, blocking exceptional scenarios, and deadlocks.
599599

0 commit comments

Comments
 (0)