Open JoanFM opened 2 years ago
@JoanFM for the second question
Another question is how to manage the starting of the different peers in the cluster?
here is the implementation https://github.com/dhyanio/discache/blob/main/rafter/raft.go#L144
FYI adding peers will be from config in future developments.
Hello team,
I have been reading a lot through the documentation and a little about the
raft consensus protocol
.I think I am getting most of the concepts and abstractions but I still have some questions.
Thank you very much,