Expand description
High-level, futures-enabled Kafka producer.
See the FutureProducer for details.
Structs§
- Delivery
Future - A
Futurewrapping the result of the message production. - Future
Producer - A producer that returns a
Futurefor every message being produced. - Future
Producer Context - The
ProducerContextused by theFutureProducer. - Future
Record - A record for the future producer.
Type Aliases§
- Owned
Delivery Result - Represents the result of message production as performed from the
FutureProducer.