spring-modulith icon indicating copy to clipboard operation
spring-modulith copied to clipboard

Detect events to be externalized not published within a transaction

Open odrotbohm opened this issue 7 months ago • 0 comments
trafficstars

If an event selected for externalization is published outside a transaction, the externalization does not get triggered as it's executed via a @TransactionalEventListener. As we already deploy a dedicated multicaster handling all events, we could detect that problem and issue a warning log hinting at the problem.

odrotbohm avatar Mar 23 '25 22:03 odrotbohm