Re: Byzantine Fault Tolerance Implementation

2019-08-27 Thread Eliza
Hi on 2019/8/27 12:36, Nayak, Soumya R. wrote: Zookeeper uses a version of Paxos - Zookeeper atomic broadcast. Is there any plan in future or current in progress where zookeeper will be implemented with a BFT algorithm. This might help to have a more stable distributed environment when we hav

Re: Byzantine Fault Tolerance Implementation

2019-08-26 Thread Boyang Chen
n Franke > Sent: Tuesday, August 27, 2019 11:03 AM > To: users@kafka.apache.org > Subject: Re: Byzantine Fault Tolerance Implementation > > What kind of stability problems do you have? It is surprising to me that > you have them and it is unlikely that you have them due to a speci

Re: Byzantine Fault Tolerance Implementation

2019-08-26 Thread Jörn Franke
What kind of stability problems do you have? It is surprising to me that you have them and it is unlikely that you have them due to a specific consensus algorithm. If you have stability issues then I would look at your architecture for weak spots. Btw. Paxos is a consensus mechanism. Bft just d