Guillermo
Guillermo
Although the designed implementation can withstand network connectivity issues, it does not offer full support for more severe circumstances, such as application crashes or power outages. The main solution of...
The product developed ships with two basic state machine implementations and two basic connectors. More state machines could be added to cover more complicated use cases (for example, a state...
- Test the class _APIRaftConnector_ located inside RaftCore/Connections/Implementations/. Make sure it works properly. - Make the endpoints configurable.
After a long time of execution, a replicated Raft node can get massive. The algorithm designers developed a protocol to compact the logs to reduce the space necessary to store...
One of the most interesting parts about the Raft algorithm is the ability to swap between cluster configurations and sizes. The algorithm offers a protocol to do so safely without...