-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wonder of function raft_recv_entry #27
Comments
you have mentioned Receiving the entry (ie. client sends entry to Raft cluster), does that mean the client (not raft node) will send message to raft node and this message is not a message type mentioned in Raft algorithm ? |
client sends entry to raft cluster,the raft server will receive the entry, and then raft_recv_entry will be call for to process the entry |
got it. thanks! |
do you have a simple sample of how to use raft ? the ticketd is a bit hard to understand. |
I have no sample,: ) ,https://github.com/logcabin/logcabin is a good raft sample for how tO use raft . |
first, thanks for your excellent work. I wonder under what situation function raft_recv_entry will be called? this function seems not mentioned in raft paper?
The text was updated successfully, but these errors were encountered: