jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
34 stars 3 forks source link

Membership changes #52

Closed jmsadair closed 8 months ago

jmsadair commented 8 months ago

This adds support for dynamic membership changes. Three major functions with tests were added:

These changes mostly align with the solution that is discussed in the raft dissertation.