mransan/raft

Add a client ID to the log data

Opened this issue · 0 comments

The data in the LogEntry is not enough. We should also add a client_id field to map the index (which is internal to the RAFT protocol) back to a client identifier. This is necessary for a RAFT application to know which data was appended to the log after it was commited.