All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractCommitManager |
|
AsyncCommitManager |
|
BridgeErrorStrategy |
|
CommitManager |
|
CommitManagers |
|
CommitToOffsetManager |
|
DefaultKafkaClientFactory |
|
DefaultKafkaHeaderDeserializer |
|
DefaultKafkaHeaderSerializer |
|
DefaultKafkaManualAsyncCommit |
|
DefaultKafkaManualAsyncCommitFactory |
|
DefaultKafkaManualCommit |
|
DefaultKafkaManualCommitFactory |
|
DefaultKafkaManualSyncCommit |
|
DelegatingCallback |
|
DiscardErrorStrategy |
|
KafkaAsyncManualCommit |
Can be used for forcing async manual offset commit when using Kafka consumer.
|
KafkaClientFactory |
Factory to create a new Kafka Consumer and Kafka Producer instances.
|
KafkaComponent |
|
KafkaComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
KafkaConfiguration |
|
KafkaConstants |
|
KafkaConsumer |
|
KafkaConsumerFatalException |
A fatal exception such as the kafka consumer is not able to be created and/or subscribed to the kafka brokers within
a given backoff period, leading to camel-kafka giving up and terminating the kafka consumer thread, meaning that the
kafka consumer will not try to recover.
|
KafkaConsumerHealthCheck |
Kafka consumer readiness health-check
|
KafkaConsumerListener |
|
KafkaConsumerResumeAdapter |
Defines a adapters for handling resume operations.
|
KafkaEndpoint |
Sent and receive messages to/from an Apache Kafka broker.
|
KafkaEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
KafkaEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
KafkaErrorStrategies |
|
KafkaFetchRecords |
|
KafkaHeaderDeserializer |
Deserializer for kafka header value.
|
KafkaHeaderFilterStrategy |
|
KafkaHeaderSerializer |
Serializer for kafka header value.
|
KafkaHealthCheckRepository |
Repository for camel-kafka HealthCheck s.
|
KafkaIdempotentRepository |
A Kafka topic-based implementation of IdempotentRepository .
|
KafkaManualCommit |
Can be used for forcing manual offset commit when using Kafka consumer.
|
KafkaManualCommitFactory |
|
KafkaManualCommitFactory.CamelExchangePayload |
A holder class for the Camel exchange related payload, such as the exchange itself, the consumer, thread ID, etc
|
KafkaManualCommitFactory.KafkaRecordPayload |
A holder class for the payload related to the Kafka record, such as partition and topic information
|
KafkaOffset |
Offset class for Kafka
|
KafkaProducer |
|
KafkaProducerCallBack |
|
KafkaProducerHealthCheck |
Kafka producer readiness health-check
|
KafkaProducerMetadataCallBack |
|
KafkaRecordProcessor |
|
KafkaRecordProcessorFacade |
|
KafkaResumable |
|
KafkaResumeStrategy<K,V> |
Base interface for resume strategies that publish the offsets to a Kafka topic
|
KafkaSendDynamicAware |
Kafka based SendDynamicAware which allows to optimise Kafka components with the toD
(dynamic to) DSL in Camel.
|
KafkaSerdeHelper |
|
KeyValueHolderIterator |
|
MultiNodeKafkaResumeStrategy<K,V> |
A resume strategy that publishes offsets to a Kafka topic.
|
NoopCommitManager |
|
OffsetKafkaConsumerResumeAdapter |
A resume strategy that uses Kafka's offset for resuming
|
PartitionAssignmentListener |
|
PollExceptionStrategy |
Strategy to decide when a Kafka exception was thrown during polling, how to handle this.
|
PollOnError |
DISCARD will discard the message and continue to poll next message.
|
ProcessingResult |
|
ProducerUtil |
|
ReconnectErrorStrategy |
|
RecordError |
Contains the error details when failing to produce records
|
ResumeStrategyFactory |
|
RetryErrorStrategy |
|
SeekPolicy |
BEGINNING configures the consumer to consume from the beginning of the topic/partition.
|
SeekPolicyKafkaConsumerResumeAdapter |
A resume strategy that uses Camel's seekTo configuration for resuming
|
SingleNodeKafkaResumeStrategy<K,V> |
A resume strategy that publishes offsets to a Kafka topic.
|
StopErrorStrategy |
|
SyncCommitManager |
|
TaskHealthState |
|