Replies: 1 comment 1 reply
-
/cc @evanchooly, @loicmathieu |
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.
-
Hi, I use a standalone MongoDB Container for local development and a replicaset with 3+ hosts in production. Now that transactions are supported in Panache for MongoDB I get issues on my local stack. Is there a way to disable the
@Transactional
support with environment variables or profiles? I guess I'd have to set the same properties as with Quarkus MongoDB dev services but I couldn't find them - if they are exposed at all... Or does the dev service spin up multiple host?The exception message I get in transactional contexts: "Transaction numbers are only allowed on a replica set member or mongos..."
Beta Was this translation helpful? Give feedback.
All reactions