Module rdkafka::producer::future_producer
source · [−]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.
The ProducerContext used by the FutureProducer.
A record for the future producer.
Type Definitions
Represents the result of message production as performed from the
FutureProducer.