Replies: 1 comment
-
/cc @FroMage (panache), @loicmathieu (mongodb,panache) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
in our project we use both mongodb and postgres for different purpose.
Currently we don't have the situation that we need to modify both a mongoEntity and a sqlEntity in the same method marked with @transactional.
But I do am curious about what happens if we do so.
Will quarkus open 2 transactions both for mongo and postgres, and if one transcation fails and gets rolled back, what happens to the other one?
Thanks in advance if someone can show some insight and give some explaination about my question!
Beta Was this translation helpful? Give feedback.
All reactions