Hi all, I have a doubt regarding the RaftClient usage, my question is when the send method of the RaftClient object return? Does it return after the message has been committed or before?
The second question related to this is, if I call multiple times the send method on the same RaftClient object with different messages, can I assume that the order in which the messages are committed in the log is the same of the calls to the send methods? Thanks
