microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

Seata may be a better way for the distributed transaction. #105

Open diguage opened 3 years ago

diguage commented 3 years ago

Seata is an easy-to-use, high-performance, open-source distributed transaction solution.

And many companies use the solution, for example, Alibaba, Alipay, and so on. Seata: Who is using

So maybe you use Seata to solve the distributed transaction problem.