pub const AERON_PUBLICATION_MAX_POSITION_EXCEEDED: i32 = -5;Expand description
The offer failed due to reaching the maximum position of the stream given term buffer length times the total possible number of terms.
If this happens then the publication should be closed and a new one added. To make it less likely to happen then increase the term buffer length.