Skip to main content

FetchResponseV17

Type Alias FetchResponseV17 

Source
pub type FetchResponseV17 = FetchResponseV16;

Aliased Type§

pub struct FetchResponseV17 {
    pub throttle_time_ms: i32,
    pub error_code: i16,
    pub session_id: i32,
    pub responses: Vec<FetchTopicResponseV13>,
    pub node_endpoints: Vec<FetchNodeEndpointV16>,
}

Fields§

§throttle_time_ms: i32§error_code: i16§session_id: i32§responses: Vec<FetchTopicResponseV13>§node_endpoints: Vec<FetchNodeEndpointV16>