1
0
Fork 0

55 Commits (d64b6e140accece70829424d1a87c3bd6cd9e571)

Author SHA1 Message Date
Philip O'Toole 67e4ff6ff5 Add end-to-end non-voter follows leader test 5 years ago
Philip O'Toole 81f5f6faf1 Add support for non-voting nodes
A non-voting node doesn't participate in Raft consensus, but does
subscribe to the committed log entries originating with the leader.
This means a non-voting node keeps up-to-date with the state machine,
without impacting write-latency. These non-voting nodes can provide
read scalability for the cluster.
5 years ago
Philip O'Toole 8a0e1ce8f0 Move to Hashicorp Raft v1 5 years ago
Philip O'Toole a4b0645ff7 Remove non-applicable test 5 years ago
Philip O'Toole 0d0d5e6fa3 Add Python end-to-end test 5 years ago