Module rdkafka::producer::future_producer[][src]

Expand description

High-level, futures-enabled Kafka producer.

See the FutureProducer for details.

Structs

A Future wrapping the result of the message production.

A producer that returns a Future for every message being produced.

A record for the future producer.

Type Definitions

Represents the result of message production as performed from the FutureProducer.