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.

    cd ../dockercompose
    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