proposeOnLeader
suspend fun proposeOnLeader(command: ByteArray, among: Set<NodeId>? = null, within: Duration = DEFAULT_AWAIT): LogEntry
Propose against the current leader, re-acquiring and retrying on NotLeaderException. Returns the committed us.tractat.kuilt.raft.LogEntry. Restricts to among if provided.