The CAP Theorem is an observation of a distributed system. It states that a distributed system can only guarantee 2 out of 3 properties: Consistency, Availability and Partition Tolerance. CAP Consistency: Every read gets the latest write, or an erro...
huanan.hashnode.dev3 min readNo responses yet.