[][src]Trait fluvio_dataplane_protocol::PartitionOffset

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

Offset information about Partition

Required methods

fn last_stable_offset(&self) -> i64

last offset that was committed

fn start_offset(&self) -> i64

Loading content...

Implementors

Loading content...