pub type FetchPartitionV13 = FetchPartitionV12;Aliased Type§
pub struct FetchPartitionV13 {
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