Eventually Consistent
-
There is a concept in distributed systems called eventual consistency. In simple terms, when the same data exists in multiple places, they don’t all have to reflect a change at exactly the same moment. For a while, different parts of the system can disagree with each other. One node has the new value, another still…