Allow clients to control write guarantees. Right now, ESDB confirms the write when the leader has flushed data to disk, and the majority has the data in memory.
Possible additional options:
All followers have data in memory so they can do consistent reads from followers.