Package io.smallrye.reactive.messaging.kafka
package io.smallrye.reactive.messaging.kafka
-
ClassDescriptionBean invoked on Kafka deserialization to implement custom failure handling.Addition "extension" attribute specific to incoming Kafka recordIncomingKafkaRecord<K,
T> Deprecated.Internal interface for Kafka admin client.Extracts the common configuration for thesmallrye-kafkaconnector.Extract the incoming configuration for thesmallrye-kafkaconnector.Extract the outgoing configuration for thesmallrye-kafkaconnector.KafkaConsumer<K,V> Kafka Consumer API.When implemented by a managed bean annotated with@Identifierand configured against an inbound connector, it will be applied as a consumer rebalance listener to that inbound connector's consumer.KafkaMessage<K,T> Deprecated.UseinsteadDeprecated.useKafkaMessageMetadatainsteadKafkaProducer<K,V> Kafka Producer API.KafkaRecord<K,T> KafkaRecordBatch<K,T> Represents a batch of Kafka records received by polling theKafkaConsumerOutgoingKafkaRecord<K,T> Deprecated.useOutgoingKafkaRecordMetadatainsteadRecord<K,V> Represents a produced Kafka record, so a pair {key, value}.Bean invoked on Kafka serialization failure.
IncomingKafkaRecordMetadatainstead