= eventuate-sagas
Testing application using http://eventuate.io/abouteventuatetram.html[Eventuate Tram] saga API
== Running
./gradlew clean build
docker-compose up -d --build
curl -X POST --header "Content-Type: application/json" --header "Accept: */*" -d "{\"comment\": \"testComment\", \"price\": 100, \"productId\": \"testProduct\"}" "http://localhost:8080/api/order"
\"productId\": \"failShipment\"
\"productId\": \"failInvoice\"
docker container logs -f eventuatesagas_orderservice_1
=== Stopping and removing docker containers
docker-compose down --remove-orphans