-
Hi, Is it possible to listen transaction before commit events globally, by setting up a listener on startup in Micronaut 4? I was able to provide my own DataSourceTransactionManager in Micronaut 3 by extending the default one, but in Micronaut 4 the class is final. |
Beta Was this translation helpful? Give feedback.
Answered by
dstepanov
Dec 4, 2023
Replies: 2 comments 5 replies
-
Not at the moment, but we can add it. Please create an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
erkieh
-
What about listening to connection usage to set transaction context in the database? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at the moment, but we can add it. Please create an issue.