Skip to main content

FetchPartitionV14

Type Alias FetchPartitionV14 

Source
pub type FetchPartitionV14 = FetchPartitionV13;

Aliased Type§

pub struct FetchPartitionV14 {
    pub partition_index: i32,
    pub current_leader_epoch: i32,
    pub fetch_offset: i64,
    pub last_fetched_epoch: i32,
    pub log_start_offset: i64,
    pub max_bytes: i32,
}

Fields§

§partition_index: i32§current_leader_epoch: i32§fetch_offset: i64§last_fetched_epoch: i32§log_start_offset: i64§max_bytes: i32