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