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

https://github.com/blackstorm/distributed-transaction-examples

implements xa and tcc distributed transaction manager and microservice example
https://github.com/blackstorm/distributed-transaction-examples

distributed-transaction examples microservice tcc transaction-manager xa

Last synced: 20 days ago
JSON representation

implements xa and tcc distributed transaction manager and microservice example

Awesome Lists containing this project

README

          

## XA
The `xa` example use http protocol for all rpc call.

`tm` is a simaple transaction manager. There has 3 services: `api` and `customer` and `merchant`.

### How to start
```
GET http://api:8080/order
```
`/order` api will call `customer` and `merchant` service.

## Task
- [ ] tcc
- [ ] xa example docker-compose