Skip to main content

ProduceResponseV11

Type Alias ProduceResponseV11 

Source
pub type ProduceResponseV11 = ProduceResponseV9;
Expand description

Flexible Produce response used by Kafka API versions 11 and newer.

Aliased Type§

pub struct ProduceResponseV11 {
    pub responses: Vec<ProduceTopicResponseV9>,
    pub throttle_time_ms: i32,
    pub node_endpoints: Vec<ProduceNodeEndpointV10>,
}

Fields§

§responses: Vec<ProduceTopicResponseV9>§throttle_time_ms: i32§node_endpoints: Vec<ProduceNodeEndpointV10>

Broker endpoints advertised by the v10+ tagged response field.