Interface | Description |
---|---|
Sender<K,V> |
Reactive producer that sends outgoing records to topic partitions of a Kafka
cluster.
|
SenderResult<T> |
Result metadata for an outbound record that was acknowledged by Kafka.
|
Class | Description |
---|---|
SenderOptions<K,V> | |
SenderRecord<K,V,T> |
Represents an outgoing record.
|