pub trait PartitionOffset {
    fn last_stable_offset(&self) -> i64;
    fn start_offset(&self) -> i64;
}
Expand description

Offset information about Partition

Required Methods

last offset that was committed

Implementors