Questions concerning Raft and decentralized networks in elixir

I have heard about the raft consensus protocol and that there are multiple implementations of it on hex, but are there some examples of this being used in production that are opensource?

If there are any tutorials on it’s use could you point me to them?

It looks like there are many cool possible decentralized networks that could be made using elixir, but is raft even a good choice for a public network or should I look somewhere else?

Sorry if this is too many questions for one topic, but I am really interested in the possibilities of using elixir in public decentralized networks.

1 Like

Raft doesn’t handle byzantine failures and as such isn’t suitable for use in a publicly accessible network.

2 Likes