How can you make different pieces of your unit of work consistent in the distributed setup of your micro-service application?
You associate the term transaction probably with a database, but the data source can be anything including a database in the micro-service world.
The MicroProfile Long Running Actions specification is based on sagas and the OASIS LRA transaction model specification. It defines the framework to guarantee the eventual consistency requirement using compensating actions for example.
This session will explain you the challenges and concepts of the MicroProfile LRA framework. And of course, you can see it in action with various demos.
Transactions in your micro-services architecture (Director's Pick)
Objective of the presentation:
Explain the concepts behind and show the usage of distributed transactions with the MicroProfile Long Running Actions specification .
Attendee pre-requisites - If none, enter "N/A":
N/A