| Package | Description |
|---|---|
| io.smallrye.reactive.messaging.kafka | |
| io.smallrye.reactive.messaging.kafka.commit |
| Constructor and Description |
|---|
IncomingKafkaRecord(io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord<K,T> record,
KafkaCommitHandler commitHandler,
KafkaFailureHandler onNack) |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaIgnoreCommit
Ignores an ACK and does not commit any offsets.
|
class |
KafkaLatestCommit
Will commit to the latest offset received by the Kafka consumer.
|
class |
KafkaThrottledLatestProcessedCommit
Will keep track of received messages and commit to the next offset after the latest
ACKed message in sequence.
|
Copyright © 2018–2020 SmallRye. All rights reserved.