Version hash to solve Event Sourcing problems
- by SystematicFrank
The basic examples I have seen about Event Sourcing do not deal with out of order events, clock offsets in different systems and late events from system partitions.
I am wondering if more polished Event Sourcing implementations rely on a version stamp of modified objects?
For example, assuming that the system is rendering the entity Client with…