Problem
Consider a key-value store where values are stored with a timestamp
to designate each version. Any cluster node that handles the client request
will be able to read the latest version using the current timestamp
at the request processing node.
In the following example, the value ‘Before Dawn’ is updated
to value “After Dawn” at time 2, as per