Eventual consistency

Theoretical guarantee that any update made on a distributed database, using distributed computing, will eventually be reflected in all nodes storing this data. All reads of the entity will eventually return the last update. Eventual consistency means the system will eventually become consistent once it stops receiving input. Eventual consistency does not make sense in a streaming context because there is an unbounded number of updates.