Implement simplest raft node
- There's a fiber that ticks the logical clock.
- There's a
raft_propose
API exposed in the Tarantool console. - Raft log entries are persisted in space.
Edited by Alexey Protsenko
raft_propose
API exposed in the Tarantool console.