Package io.smallrye.reactive.messaging.kafka
-
Interface Summary Interface Description KafkaConsumerRebalanceListener When implemented by a managed bean annotated withNamedand configured against an inbound connector will be applied as a consumer re-balance listener to that inbound connector's consumer.KafkaMessage<K,T> Deprecated. UseinsteadKafkaMessageMetadata<K> KafkaRecord<K,T> -
Class Summary Class Description IncomingKafkaRecord<K,T> IncomingKafkaRecordMetadata<K,T> 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> OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K>