Design-Patterns for Using Transactions in a Microservices Environment
Transactions are reasonably straight forward, however, in a micro-services environment, transactions could span several services.
In this case, should we make the services “dependable” or introduce an “orchestrator”?
In this talk, we will review the approaches we took for using transactions in our environment.