ReadIndex
RU: ReadIndex
A Raft optimization that allows the leader to serve linearizable reads without writing a log entry. The leader records the current commit index, broadcasts a heartbeat to confirm it is still the leader, then waits until its state machine has applied at least that index before responding.