Results 29 comments of Bayram

@BusyJay Oh, I see. Got you. Thanks a lot.

@BusyJay Successfully built. Thank you.

@BusyJay I managed to compile and run the example with a single node, however with 5 nodes it fails with: ```bash Compiling hello-raft v0.1.0 (/Users/bayram/Projects/Rust/hello-raft) error[E0599]: no method named `merge_from_bytes`...

@BusyJay Thank you. Worked.

@BusyJay I want to play around with the crate. Do you have sort of community or a place where I could ask questions if I have ones regarding usage of...

If Lock is not required then why do you use `Arc` and `RwLock`? Looks strange and and confusing. I am curious about the reason you use these two synchronization. >...

As far as I understand each node has its own log storage. Suppose a leader has been elected, and nodes starts to communicate. I also know that nodes constantly read...

Thanks, got you. I think it'd be very helpful if you could put more explanation regarding what part of raft you implement and what part is up to client. :-)...