MongoClient partecipate to transaction #38926
Unanswered
luca-bassoricci
asked this question in
Q&A
Replies: 2 comments 4 replies
-
/cc @loicmathieu (mongodb) |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'll do.
I have a small question about this use case using panache:
in this case Panache doesn't pass to In value should be encoded using the registered Codec instead of value.toString() ?
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm currently using mongodb support (plain one, no Panache): is there any way to let MongoClient partecipate to current transaction?
I wrote a
@Decorator
aroundMongoClient
but it is removed during build; made it @unremovable doesn't resolve the problem because the decorator in never called.Any idea?
Regards Luca
Beta Was this translation helpful? Give feedback.
All reactions