Hi. If you register ReactiveTransactionManager as Spring Bean and use @Transactional annotation, you can guarantee transaction.
However, when using @EventListener or @TransactionalEventListener together, transaction cannot be guaranteed.
Do you have any plans to support this?
Comment From: snicoll
Duplicates https://github.com/spring-projects/spring-framework/issues/25805