Package io.smallrye.reactive.messaging.kafka
-
Interface Summary Interface Description IncomingKafkaCloudEventMetadata<K,T> Addition "extension" attribute specific to incoming Kafka recordKafkaConsumerRebalanceListener When implemented by a managed bean annotated withNamed
and configured against an inbound connector will be applied as a consumer re-balance listener to that inbound connector's consumer.KafkaMessage<K,T> Deprecated. Useinstead
KafkaMessageMetadata<K> KafkaRecord<K,T> -
Class Summary Class Description IncomingKafkaRecord<K,T> IncomingKafkaRecordMetadata<K,T> KafkaCDIEvents KafkaConnector KafkaConnectorCommonConfiguration Extracts the common configuration for thesmallrye-kafka
connector.KafkaConnectorIncomingConfiguration Extract the incoming configuration for thesmallrye-kafka
connector.KafkaConnectorOutgoingConfiguration Extract the outgoing configuration for thesmallrye-kafka
connector.OutgoingKafkaRecord<K,T> OutgoingKafkaRecordMetadata<K> OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K> Record<K,V> Represents a produced Kafka record, so a pair {key, value}.