Chojan Shang

Results 121 comments of Chojan Shang

@gsferreira Of course, my e-mail address is [email protected]. You probably got two identical e-mails. I'm sorry I sent them twice.

also see https://github.com/nlv8/agreed

@MarinPostma I really appreciate your outstanding work. > I still think that a wrapper layer like riteraft has a place alongside asynraft, and I would not switch to async-raft if...

I'm sorry I haven't continued working on this crate for a long time, I personally recommend you check out and use [openraft](https://github.com/datafuselabs/openraft), it would make a good base.

Currently, riteraft is dependent [raft-rs#cc0ed97d9a](https://github.com/tikv/raft-rs/tree/cc0ed97d9a61806c99689ed350aef3f53b1c0887) . But after that there were some destructive commits. If we need to upgrade to raft-rs v0.6.0, we need to make some changes to the...

Hello @mosuka , this seems to be a bug, I am trying to locate and solve it, thanks for your feedback. If you are interested in solving this problem, you...

Hello, this is a failure after we updated the raft rev & tokio-1, you can temporarily use [`riteraft rev="898a245"`](https://github.com/ritelabs/riteraft/tree/898a245). Sorry, I will adjust the branch later to ensure availability. Now...

now, the third node will join the cluster, but still can’t get the correct result.

Unfortunately, as this crate has not been rigorously tested and produced, perhaps it is marked as being in a prototype stage. If you are interested, you can commit a patch...