in reply to Leader election in a distributed situation?
For what it's worth, I would welcome a good Raft implementation for Perl. I kind of wonder whether it makes sense to write it in Perl because you kind of want to be able to accept messages out-of-band with your normal application.
Maybe it's better to wrap a multi-threaded C library or to use the Go implementation (search for Go and Raft on github) and write a client for that. The latter ought to be pretty simple.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Leader election in a distributed situation?
by skx (Parson) on Mar 27, 2014 at 17:14 UTC |