bbengfort / cloudscope

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

Fault Tolerance #10

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

We need to figure out how fault tolerance is going to be handled in this system. Perhaps for the moment we can just implement a replay message if not acknowledged mechanism.

bbengfort commented 8 years ago

Anti-Entropy will be what provides our fault tolerance for lower consistency levels, and Raft has an automatic method of doing this.