https://github.com/raitraidma/spring-boot-rest-microservice-distributed-transaction
https://github.com/raitraidma/spring-boot-rest-microservice-distributed-transaction
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raitraidma/spring-boot-rest-microservice-distributed-transaction
- Owner: raitraidma
- Created: 2022-04-09T13:29:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T07:36:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T17:54:43.737Z (about 1 year ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Distributed transactions across REST microservices
Check out different branches:
- [invalid-transaction-handling](https://github.com/raitraidma/spring-boot-rest-microservice-distributed-transaction/tree/invalid-transaction-handling)
- Does not use any kind of transaction handling.
- [atomikos](https://github.com/raitraidma/spring-boot-rest-microservice-distributed-transaction/tree/atomikos)
- Uses atomikos for transaction handling