2PC and 3 PC in Microservice
In a distributed transaction, two-phase commit (2PC) and three-phase commit (3PC) are two popular protocols for coordinating transactions across multiple systems or databases.
2PC involves two phases: a prepare phase and a commit phase. In the prepar...
bikash8848.hashnode.dev2 min read