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,
}Fields§
§responses: Vec<ProduceTopicResponseV9>§throttle_time_ms: i32