Skip to content

Simple example application for saga implementation using pure CQRS approach

License

Notifications You must be signed in to change notification settings

xstefank/eventuate-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c81b43 · May 5, 2018

History

69 Commits
Oct 22, 2017
May 5, 2018
May 5, 2018
May 5, 2018
Apr 16, 2018
May 5, 2018
Nov 13, 2017
May 5, 2018
May 5, 2018
Oct 22, 2017
May 5, 2018
Oct 26, 2017
Oct 22, 2017
Oct 22, 2017
Nov 10, 2017

Repository files navigation

Eventuate-service

Example testing application using eventuate.io framework

Running

  1. build project

    • ./gradlew clean build

  2. run docker-compose

    • docker-compose up -d --build

Stopping

  • docker-compose down --remove-orphans

Testing

Valid order

Shipment failure

  • curl -X POST -H "Content-Type: application/json" -d '{"productId":"failShipment", "comment":"testComment", "price":"20"}' http://localhost:8080/api/order

Invoice failure

About

Simple example application for saga implementation using pure CQRS approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published