Microservices: Brownfield: Transactions

 icon-arrow-left Microservices: Brownfield: Migration: Database | Microservices: Brownfield: Reporting icon-arrow-right  When moving from a monolithic system to a micro-service architectured system, we need a different approach when dealing with transactions. Transactions are useful: They ensure data integrity. They allow us to updates several records as part of one transaction. If one or more updates (and/or creates) fails, we can […]

Share