etcd-io / raft

Raft library for maintaining a replicated state machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a self-contained raft example

ahrtr opened this issue · comments

Refer to raftexample . But this example should NOT depend on etcd at all.

cc @Elbehery

Thanks a lot @ahrtr

assigning myself :)

i can't assign myself, can you please assign me ?

I would also like to participate if don't mind : )

Hi @ahrtr @Elbehery @nic-chen
Can I pick this up? I'm new to distributed systems, so this would be a good learning exercise for me.

interested in this and tend to try one if you guys has not done it

I am already working on it, thanks for your help :)

Not sure if this applies to other beginners, but I spend some time looking at the etcd server's code to understand how to wait for a proposal's commit. Thus, it would be great if we can somehow support it (probably by integrating with wait if my understanding is right.)

Can I take this over?

sorry, i am working on it :)