# rapid-distributed-transaction **Repository Path**: Mignet/rapid-distributed-transaction ## Basic Information - **Project Name**: rapid-distributed-transaction - **Description**: 分布式事务的实现(2PC) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rapid-distributed-transaction 2p (Zookeeper) distributed transaction example ## dubbo bus(test-1,test-2,test-main) 1. run zookeeper 2. run test-1.com.v5ent.Web01Application 3. run test-2.com.v5ent.Web02Application 4. run test-main.com.v5ent.WebApplication ## distributed-transaction 1. access http://localhost:8888 , check the databases,insert records; 2. kill any provider then test 3. run the killed provider then test 4. more test