Skip to content

Commit

Permalink
WIP Update docs/src/main/asciidoc/mongodb-panache.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
loicmathieu and gsmet authored Sep 8, 2022
1 parent 8315dfa commit 0d28f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/mongodb-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ MongoDB offers ACID transactions since version 4.0.
To use them with MongoDB with Panache you need to annotate the method that starts the transaction with the `@Transactional` annotation.

In MongoDB, a transaction is only possible on a replicaset,
hopefully our xref:mongodb.adoc#dev-services[Dev Services for MongoDB] setups a single node replicaset so it is compatible with transactions.
luckily our xref:mongodb.adoc#dev-services[Dev Services for MongoDB] setups a single node replicaset so it is compatible with transactions.

WARNING: Transaction support inside MongoDB with Panache is still experimental.

Expand Down

0 comments on commit 0d28f67

Please sign in to comment.