An open API service indexing awesome lists of open source software.

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

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