-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document that @TransactionalEventListener is not supported with ReactiveTransactionManager #23127
Comments
Hi, |
Thanks for the nudge and sorry this wasn't triaged earlier. |
Hi, |
@snicoll Hi. |
I am afraid not. |
As a documentation ticket, this duplicates #25805. |
As of 6.1, |
Affects: Spring Boot 2.2.0.M3
If we publish the events within the transactional reactive methods, for example:
then the 'event listener' method with
@TransactionalEventListener
is not invoked (regardless of whether the@Async
annotation is used or not):Related demo is here.
The text was updated successfully, but these errors were encountered: