sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application
Apache License 2.0
770 stars 301 forks source link

Redesign for distributed transactions #22

Open sczyh30 opened 7 years ago

sczyh30 commented 7 years ago

A redesign is needed for handling distributed transactions more correctly and effectively. One example is [decrease the inventory amount, create an order, store/dispatch].

Initial ideas:

pending...