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
Each transactional event listener is wrapped into an aspect that marks that log entry as completed if the execution of the listener succeeds.
206
206
In case the listener fails, the log entry stays untouched so that retry mechanisms can be deployed depending on the application's needs.
207
-
By default, all incomplete event publications are resubmitted at application startup.
207
+
Automatic re-publication of the events can be enabled via the xref:appendix.adoc#configuration-properties[`spring.modulith.republish-outstanding-events-on-restart`] property.
208
208
209
209
.The transactional event listener arrangement after execution
0 commit comments