how to start implementing basics raft consensus algorithm in java??can anyone help me out?
--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/bbd880d8-03a3-4ef9-9041-d062c9602e8d%40googlegroups.com.
Well, it is really a short question. You can implement a Raft based on the paper, just implement some Grpc and AE, RV, and it works.Or you can take a look on this repo.
sateesh bangaru giri <satt...@gmail.com> 于2019年8月28日周三 下午12:41写道:
how to start implementing basics raft consensus algorithm in java??can anyone help me out?--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/aa7079bb-5395-400f-9492-8840298859ba%40googlegroups.com.
| As Keine Neco mentioned, sofa-jraft is great project. But IMHO, It's code base is to big to catch the core of raft algorithm to me. So, my recommendation is 'raft-java' project and go to 3 or further page in github repository list of raft algorithm filtered with 'java language' and get something legitimate project! |
--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/63d68b5a-e2ee-4bc5-835c-79e53bfbaafd%40googlegroups.com.