Understanding CAP Theorem In Distributed Systems
CAP theorem deals with 3 aspects of the system:-1. Consistency2. Availability3. Partition Tolerance
Consistency:- Consistency says that in a distributed system data on all nodes should be consistent with each other. So, even if a client connects to ...
abhijeetgurle.hashnode.dev2 min read