Distributed transaction

Distributed transaction support in dubbo

Distributed transactions are based on the JTA / XA specification(this feature has not yet been implemented)

Two-phase commit:

/user-guide/images/jta-xa.jpg

In Dubbo, Seate can be used to support distributed transactions.