Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meistermeier/resilience4j-neo4j-ogm
https://github.com/meistermeier/resilience4j-neo4j-ogm
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meistermeier/resilience4j-neo4j-ogm
- Owner: meistermeier
- Created: 2019-12-05T11:48:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T09:54:11.000Z (11 months ago)
- Last Synced: 2024-10-09T05:41:12.353Z (about 1 month ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== Resilience4j in Neo4j-OGM
This tiny repository shows a practical way to combine https://github.com/neo4j/neo4j-ogm[Neo4j-OGM] and https://github.com/resilience4j/resilience4j[Resilience4j].
It is based on the https://resilience4j.readme.io/docs/retry[resilience4j-retry] functionality and reflects the behaviour of the Neo4j Java driver when it encounters situations that allow a retry of the operation.
The use of the transaction functions in the driver is currently not possible in Neo4j-OGM because it has its own transaction manager and relies on the driver's un-managed transactions.Please note if you are using the driver directly you should always aim to use the transaction functions.