Files
spring-modulith/spring-modulith-events/spring-modulith-events-core
Oliver Drotbohm 8fa9bc516c GH-1083 - Only unregister resubmitted event publication in case of errors.
Before this commit the code resubmitting incomplete event publications unregistered them independently of whether they succeeded or not. We now only do that for failed submissions as an error here indicates a failure to *submit* the publication. As the execution is likely performed asynchronously, a successful hand-off does not implicate the publication being completely processed.
2025-02-23 22:11:20 +01:00
..