Package io.smallrye.reactive.messaging.kafka.impl
package io.smallrye.reactive.messaging.kafka.impl
-
ClassesClassDescriptionBe aware that this class is kafka specific.KafkaRecordStream<K,
V> AFlow.Subscriptionwhich, onKafkaRecordStreamSubscription.request(long), pollsConsumerRecordsfrom the given consumer client and emits records downstream.KafkaSource<K,V> RecordQueue<T>Stores the records coming from Kafka.This class duplicate all configuration of theKafkaConnectorOutgoingConfigurationthat needs to be access at runtime (as opposed to configuration time), meaning all the items that are access for each message.This class duplicate all configuration of theKafkaConnectorIncomingConfigurationthat needs to be access at runtime (as opposed to configuration time), meaning all the items that are access for each message.