Distributed transaction support
Support for distributed transactions in Dubbo
Distributed transactions are implemented based on the JTA/XA specification.
two-phase commit
In Dubbo, you can use [seata](/zh/blog/2019/01/17/How to use seata to ensure the consistency between dubbo microservices/) to complete the support for distributed transactions.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c)