raft-rs
raft-rs copied to clipboard
Dcoument EntryConfChange context
trafficstars
If the storage does not contain any data, raft sends the initial node list as ConfChanges and uses the peer context as context for the ConfChange. That is not documented anywhere and very confusing, especially if you expect your own context type in the ConfChange entry.
This behavior should be documented somewhere.
Thanks for raising this! I agree, we should document this!