Commit f035a8fb authored by Willem Thiart's avatar Willem Thiart
Browse files

Added HOWTO guide

parent 527439d4
......@@ -75,9 +75,9 @@ Our Raft application receives log entries from the client.
When this happens we need to:
- Redirect the client to the Raft cluster leader (if necessary)
- Append the entry to our log
- Block until the log entry has been committed [#]_
* Redirect the client to the Raft cluster leader (if necessary)
* Append the entry to our log
* Block until the log entry has been committed [#]_
.. [#] When the log entry has been replicated across a majority of servers in the Raft cluster
......@@ -305,7 +305,6 @@ For this callback the user needs to remove the most oldes log entry [#]_. The lo
This callback only needs to be implemented to support log compaction.
log_pop
-------
For this callback the user needs to remove the most youngest log entry [#]_. The log MUST be saved to disk before this callback returns.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment