Package | Description |
---|---|
io.smallrye.reactive.messaging.kafka | |
io.smallrye.reactive.messaging.kafka.commit | |
io.smallrye.reactive.messaging.kafka.impl |
Constructor and Description |
---|
IncomingKafkaRecord(org.apache.kafka.clients.consumer.ConsumerRecord<K,T> record,
KafkaCommitHandler commitHandler,
KafkaFailureHandler onNack,
boolean cloudEventEnabled,
boolean tracingEnabled) |
Modifier and Type | Class and Description |
---|---|
class |
KafkaIgnoreCommit
Ignores an ACK and does not commit any offsets.
|
class |
KafkaLatestCommit
Will commit the record offset received by the Kafka consumer (if higher than the previously committed offset).
|
class |
KafkaThrottledLatestProcessedCommit
Will keep track of received messages and commit to the next offset after the latest
ACKed message in sequence.
|
Modifier and Type | Method and Description |
---|---|
KafkaCommitHandler |
KafkaSource.getCommitHandler() |
Copyright © 2018–2021 SmallRye. All rights reserved.