You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a saga participant throws an exception, the first (sorted by Ordered) applicable - to exception and saga data - is invoked to update the SagaData prior to starting compensation.
Currently:
step() onReply()
must be used to update theSagaData
with the errorProposed:
Define Spring @beans that implement the following interface:
If a saga participant throws an exception, the first (sorted by Ordered) applicable - to exception and saga data - is invoked to update the SagaData prior to starting compensation.
Analogous to #86
The text was updated successfully, but these errors were encountered: