Package io.smallrye.reactive.messaging.kafka
-
Interface Summary Interface Description DeserializationFailureHandler<T> Bean invoked on Kafka deserialization failure.IncomingKafkaCloudEventMetadata<K,T> Addition "extension" attribute specific to incoming Kafka recordKafkaAdmin Internal interface for Kafka admin client.KafkaClientService KafkaConsumer<K,V> Kafka Consumer API.KafkaConsumerRebalanceListener 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. UseinsteadKafkaMessageMetadata<K> Deprecated. useKafkaMessageMetadatainsteadKafkaProducer<K,V> Kafka Producer API.KafkaRecord<K,T> KafkaRecordBatch<K,T> Represents a batch of Kafka records received by polling theKafkaConsumerThis type extends theMessage<List<T>>whereTis the type of records' payloads. -
Class Summary Class Description IncomingKafkaRecord<K,T> IncomingKafkaRecordBatch<K,T> IncomingKafkaRecordMetadata<K,T> Deprecated. useIncomingKafkaRecordMetadatainsteadKafkaCDIEvents KafkaConnector KafkaConnectorCommonConfiguration Extracts the common configuration for thesmallrye-kafkaconnector.KafkaConnectorIncomingConfiguration Extract the incoming configuration for thesmallrye-kafkaconnector.KafkaConnectorOutgoingConfiguration Extract the outgoing configuration for thesmallrye-kafkaconnector.OutgoingKafkaRecord<K,T> OutgoingKafkaRecordMetadata<K> Deprecated. useOutgoingKafkaRecordMetadatainsteadOutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K> Record<K,V> Represents a produced Kafka record, so a pair {key, value}.