Assign random id automatically to the entries (#158)
`raft_entry_t` has `id` field which is used for debugging purposes. Currently, it has the value of zero but we can assign a random value by default. User might override it if required.
Please register or sign in to comment