Design Pattern
Past Presentations
Data Consistency in Microservice Using Sagas
The services in a microservice architecture must be loosely coupled and so cannot share database tables. What’s more, two phase commit (a.k.a. a distributed transaction) is not a viable option for modern applications. Consequently, a microservices application must use the Saga pattern, which...
Chris Richardson
Java Champion and Author of POJOs in Action