I am reading some material of how clustered Aeron. It says Aeron use the Raft Consensus Algorithm to synchronize between nodes, where the leader is determined by checking if the node has the latest term number (and the logs as well).
My understanding is the term number is an incremental sequence number on the growth of the message size. If my understanding is correct, will there be a limit on the term number and what if the term number has reached the limit?