bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Modify Eventual to Accept MultiVersion Workflow #45

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Eventual consistency nodes just ignore multiple versions right now because of "remote write".

bbengfort commented 8 years ago

Was thinking that I could just add a remote=False flag to the read and write methods which would help preserve the remote read/write semantics even with versions being passed in.