Skip to main content

ProduceResponseV12

Type Alias ProduceResponseV12 

Source
pub type ProduceResponseV12 = ProduceResponseV9;
Expand description

Flexible Produce response for Kafka API version 12.

Aliased Type§

pub struct ProduceResponseV12 {
    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.