Struct kafka::client::ProduceConfirm [] [src]

pub struct ProduceConfirm {
    pub topic: String,
    pub partition_confirms: Vec<ProducePartitionConfirm>,
}

A confirmation of messages sent back by the Kafka broker to confirm delivery of producer messages.

Fields

The topic the messages were sent to.

The list of individual confirmations for each offset and partition.

Trait Implementations

impl Debug for ProduceConfirm
[src]

[src]

Formats the value using the given formatter.