-
Learn and implement distributed consensus algorithms.
-
**Description:**
Many consensus algorithms or business processes require starting n workers and waiting until some proportion (e.g. n/2+1) have completed. This is very difficult in Ballerina today be…
-
It's curious to get an understanding of how to handle auto failover in a cluster with Master - 2 or more replication. With the help of `LUCENE.NET.REPLICATION` in LuceneNet(NRT-segment replication) we…
-
### What would you like to be added?
I'd like to add a TLA+ spec for raft consensus algorithm that etcd implements. The PR and issue are posted in etcd-io/raft.
I'd like to link it here to get more…
-
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 so…
-
https://pdos.csail.mit.edu/6.824/papers/raft-extended.pdf
-
Utilize raft to make LucidMQ fault tolerant and distributed.
Library:
https://github.com/tikv/raft-rs
Here is an example of someone actually using the library:
https://www.hyperledger.org/blog…
-
**The problem/use-case that the feature addresses**
I'd love it if Valkey could automatically scale horizontally by adding new nodes to a cluster. I'd also like to be able to query *any* node and g…
-
Very interesting, how to make this horizontal scaling?
Any persistent volume should I define that can I share with every node (server)?
-
# Yash Sharma - Learning about Consensus Algorithms
[https://yashrsharma44.com/raft-consensus-1/](https://yashrsharma44.com/raft-consensus-1/)