What do you understand by Distributed Transaction?

Technology CommunityCategory: MicroservicesWhat do you understand by Distributed Transaction?
VietMX Staff asked 3 years ago

Distributed Transaction is any situation where a single event results in the mutation of two or more separate sources of data which cannot be committed atomically. In the world of microservices, it becomes even more complex as each service is a unit of work and most of the time multiple services have to work together to make a business successful.