All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| BaseHealth |
|
| CheckpointMetadata<T> |
Checkpoint metadata type for injecting state checkpointing interactions into received messages.
|
| CheckpointStateStore |
Remote state store for checkpointing Kafka processing state
|
| CheckpointStateStore.Factory |
|
| ConfigHelper |
|
| ConfigurationCleaner |
|
| ConsumerRecordConverter |
Convert an incoming Kafka message into a ConsumerRecord.
|
| ConsumerRecordsConverter |
Convert an incoming Kafka batch message into a ConsumerRecords.
|
| ContextHolder |
A class holding a vert.x context to make sure methods are always run from the same one.
|
| DefaultCheckpointMetadata<T> |
|
| DefaultIncomingKafkaCloudEventMetadata<K,T> |
|
| DeserializationFailureHandler<T> |
Bean invoked on Kafka deserialization to implement custom failure handling.
|
| DeserializerWrapper<T> |
Wraps a delegate deserializer to handle config and deserialization failures.
|
| FileCheckpointStateStore |
|
| FileCheckpointStateStore.Factory |
|
| IncomingKafkaCloudEventMetadata<K,T> |
Addition "extension" attribute specific to incoming Kafka record
|
| IncomingKafkaRecord<K,T> |
|
| IncomingKafkaRecordBatch<K,T> |
|
| IncomingKafkaRecordMetadata<K,T> |
Deprecated.
|
| JsonHelper |
Be aware that this class is kafka specific.
|
| KafkaAdmin |
Internal interface for Kafka admin client.
|
| KafkaAdminHelper |
|
| KafkaAttributesExtractor |
|
| KafkaCDIEvents |
|
| KafkaCheckpointCommit |
Commit handler for checkpointing processing state persisted in a state store
|
| KafkaCheckpointCommit.CheckpointState<T> |
|
| KafkaCheckpointCommit.Factory |
|
| KafkaCheckpointCommit.LastStateStoredTooLongAgoException |
|
| KafkaClientService |
|
| KafkaClientServiceImpl |
|
| KafkaCloudEventHelper |
|
| KafkaCloudEventHelper.CloudEventMode |
|
| KafkaCommitHandler |
Kafka commit handling strategy
|
| KafkaCommitHandler.Factory |
|
| KafkaCommitHandler.Strategy |
Identifiers of default strategies
|
| KafkaConnector |
|
| KafkaConnectorCommonConfiguration |
Extracts the common configuration for the smallrye-kafka connector.
|
| KafkaConnectorIncomingConfiguration |
Extract the incoming configuration for the smallrye-kafka connector.
|
| KafkaConnectorOutgoingConfiguration |
Extract the outgoing configuration for the smallrye-kafka connector.
|
| KafkaConsumer<K,V> |
Kafka Consumer API.
|
| KafkaConsumerRebalanceListener |
When implemented by a managed bean annotated with @Identifier
and configured against an inbound connector, it will be applied as a consumer rebalance listener
to that inbound connector's consumer.
|
| KafkaDeadLetterQueue |
|
| KafkaDeadLetterQueue.Factory |
|
| KafkaExceptions |
Exceptions for Kafka Connector
Assigned ID range is 18000-18099
|
| KafkaExceptions_$bundle |
Warning this class consists of generated code.
|
| KafkaFailStop |
|
| KafkaFailStop.Factory |
|
| KafkaFailureHandler |
Kafka Failure handling strategy
|
| KafkaFailureHandler.Factory |
|
| KafkaFailureHandler.Strategy |
Identifiers of default failure strategies
|
| KafkaIgnoreCommit |
Ignores an ACK and does not commit any offsets.
|
| KafkaIgnoreCommit.Factory |
|
| KafkaIgnoreFailure |
|
| KafkaIgnoreFailure.Factory |
|
| KafkaLatestCommit |
Will commit the record offset received by the Kafka consumer (if higher than the previously committed offset).
|
| KafkaLatestCommit.Factory |
|
| KafkaLogging |
Logging for Kafka Connector
Assigned ID range is 18200-18299
|
| KafkaLogging_$logger |
Warning this class consists of generated code.
|
| KafkaMessage<K,T> |
Deprecated.
|
| KafkaMessageMetadata<K> |
Deprecated.
|
| KafkaPollingThread |
|
| KafkaProducer<K,V> |
Kafka Producer API.
|
| KafkaRecord<K,T> |
|
| KafkaRecordBatch<K,T> |
Represents a batch of Kafka records received by polling the KafkaConsumer
|
| KafkaRecordBatchStream<K,V> |
|
| KafkaRecordHelper |
|
| KafkaRecordStream<K,V> |
|
| KafkaRecordStreamSubscription<K,V,T> |
|
| KafkaSendingThread |
|
| KafkaSink |
|
| KafkaSinkHealth |
|
| KafkaSource<K,V> |
|
| KafkaSourceHealth |
|
| KafkaThrottledLatestProcessedCommit |
Will keep track of received messages and commit to the next offset after the latest
ACKed message in sequence.
|
| KafkaThrottledLatestProcessedCommit.Factory |
|
| KafkaThrottledLatestProcessedCommit.TooManyMessagesWithoutAckException |
|
| KafkaTrace |
|
| KafkaTrace.Builder |
|
| KafkaTraceTextMapGetter |
|
| KafkaTraceTextMapSetter |
|
| KafkaTransactions<T> |
Emitter interface for producing records in a Kafka transaction.
|
| KafkaTransactionsFactory |
|
| KafkaTransactionsImpl<T> |
|
| OutgoingKafkaRecord<K,T> |
|
| OutgoingKafkaRecordMetadata<K> |
Deprecated.
|
| OutgoingKafkaRecordMetadata.OutgoingKafkaRecordMetadataBuilder<K> |
|
| ProcessingState<T> |
Checkpoint state associated with an offset.
|
| ProcessingStateCodec |
General purpose custom serializer/deserializer interface for state type encapsulated inside the ProcessingState
|
| ProcessingStateCodec.Factory |
|
| ReactiveKafkaAdminClient |
|
| ReactiveKafkaConsumer<K,V> |
|
| ReactiveKafkaProducer<K,V> |
|
| RebalanceListeners |
|
| Record<K,V> |
Represents a produced Kafka record, so a pair {key, value}.
|
| RecordConverter |
Convert an incoming Kafka message into a Record.
|
| RecordQueue<T> |
Stores the records coming from Kafka.
|
| RuntimeKafkaSinkConfiguration |
This class duplicate all configuration of the KafkaConnectorOutgoingConfiguration that needs to be
access at runtime (as opposed to configuration time), meaning all the items that are access for each message.
|
| SerializationFailureHandler<T> |
Bean invoked on Kafka serialization failure.
|
| SerializerWrapper<T> |
|
| TopicPartitions |
|
| TransactionalEmitter<T> |
Emitter for sending messages to a Kafka channel in a transaction.
|
| VertxJsonProcessingStateCodec |
Default codec for Json serialization, which use Vert.x Json support (uses Jackson underneath).
|