Package | Description |
---|---|
io.smallrye.reactive.messaging.kafka.commit | |
io.smallrye.reactive.messaging.kafka.fault | |
io.smallrye.reactive.messaging.kafka.impl |
Modifier and Type | Method and Description |
---|---|
default <K,V> IncomingKafkaRecord<K,V> |
KafkaCommitHandler.received(IncomingKafkaRecord<K,V> record) |
<K,V> IncomingKafkaRecord<K,V> |
KafkaThrottledLatestProcessedCommit.received(IncomingKafkaRecord<K,V> record)
Received a new record from Kafka.
|
Modifier and Type | Method and Description |
---|---|
<K,V> CompletionStage<Void> |
KafkaIgnoreCommit.handle(IncomingKafkaRecord<K,V> record) |
<K,V> CompletionStage<Void> |
KafkaCommitHandler.handle(IncomingKafkaRecord<K,V> record) |
<K,V> CompletionStage<Void> |
KafkaThrottledLatestProcessedCommit.handle(IncomingKafkaRecord<K,V> record)
A message has been acknowledged.
|
<K,V> CompletionStage<Void> |
KafkaLatestCommit.handle(IncomingKafkaRecord<K,V> record) |
default <K,V> IncomingKafkaRecord<K,V> |
KafkaCommitHandler.received(IncomingKafkaRecord<K,V> record) |
<K,V> IncomingKafkaRecord<K,V> |
KafkaThrottledLatestProcessedCommit.received(IncomingKafkaRecord<K,V> record)
Received a new record from Kafka.
|
Modifier and Type | Method and Description |
---|---|
<K,V> CompletionStage<Void> |
KafkaFailureHandler.handle(IncomingKafkaRecord<K,V> record,
Throwable reason,
Metadata metadata) |
<K,V> CompletionStage<Void> |
KafkaIgnoreFailure.handle(IncomingKafkaRecord<K,V> record,
Throwable reason,
Metadata metadata) |
<K,V> CompletionStage<Void> |
KafkaFailStop.handle(IncomingKafkaRecord<K,V> record,
Throwable reason,
Metadata metadata) |
<K,V> CompletionStage<Void> |
KafkaDeadLetterQueue.handle(IncomingKafkaRecord<K,V> record,
Throwable reason,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
io.smallrye.mutiny.Multi<IncomingKafkaRecord<K,V>> |
KafkaSource.getStream() |
Modifier and Type | Method and Description |
---|---|
void |
KafkaSource.incomingTrace(IncomingKafkaRecord<K,V> kafkaRecord) |
Copyright © 2018–2021 SmallRye. All rights reserved.