You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Message middleware based architecture(maybe Kafka) with event sourcing
Compensating transaction support(rollback)
pending...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: