Skip to content

joshlong-attic/modulith-republish-incomplete-events-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

readme

  • start the database in the root of the service folder: docker compose up
  • to see the issue with the incomplete event publication, trigger a post to add an order.
curl -H"content-type: application/json" -d '{ "lineItems" : [  { "product": 2, "quantity": 5 }] }' -XPOST http://localhost:8080/orders
  • then, within 10 seconds of executing that curl, kill the Java process.

About

i can't seem to make incomplete events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages