Seata Distributed Transactions

Use Seata distributed transaction solution to solve Dubbo data consistency issues.

  1. First, execute the following command to start the seata-server.

    1. cd ../dockercompose
    2. docker-compose -f docker-compose.yml up -d seata-server
  2. Then, execute the main() method in the triple/client/cmd and triple/server/cmd directories.

Complete example source code address

Feedback

Was this page helpful?

Yes No

Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)