Seata Distributed Transactions
Use Seata distributed transaction solution to solve Dubbo data consistency issues.
First, execute the following command to start the seata-server.
cd ../dockercompose
docker-compose -f docker-compose.yml up -d seata-server
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)