Expand description
High-level, futures-enabled Kafka producer.
See the FutureProducer
for details.
Structs§
- Delivery
Future - A
Future
wrapping the result of the message production. - Future
Producer - A producer that returns a
Future
for every message being produced. - Future
Producer Context - The
ProducerContext
used 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
.