allengeorge / libraft

Raft distributed consensus protocol in Java
http://libraft.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

is this project still under development? #50

Open xudifsd opened 8 years ago

xudifsd commented 8 years ago

I'm curious about this project, it seems promising, but the last commit is 2 years ago, is there anything wrong? or it's simply that this project is abandoned?

allengeorge commented 8 years ago

Sadly, I've no time to work on it currently :(

zhuguangxiang commented 8 years ago

the same question

zhuguangxiang commented 8 years ago

is there possibly continue to develop?

allengeorge commented 8 years ago

Are you asking me if I'm going to continue developing it? The answer is: it's unlikely. It's a huge time commitment, especially with all the tests. Moreover, I found (while implementing snapshots) that I'd have to change the DB/FS layer - which would have been non-trivial.

Right now I don't have the time for that. Down the road - maybe.

Terminal Musings: http://www.allengeorge.com/ Raft in Java: https://github.com/allengeorge/libraft/ Twitter: https://twitter.com/allenageorge/

On Sat, Sep 3, 2016 at 4:24 AM, zhuguangxiang notifications@github.com wrote:

is there possibly continue to develop?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/allengeorge/libraft/issues/50#issuecomment-244534257, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEO9NPdJd0TokVCe1c62SSD2DPN6Ij4ks5qmS7KgaJpZM4H2uq9 .

johnou commented 8 years ago

You might be interested in Atomix.

http://atomix.io/copycat/docs/getting-started/#creating-a-state-machine

allengeorge commented 8 years ago

It's an interesting project. Am I going to rewrite libraft in it? No :)

johnou commented 8 years ago

What? Copycat is an implementation of Raft. My comment was directed to the OP.

allengeorge commented 8 years ago

Ah. My bad. I misinterpreted your comment. Apologies.