Interface | Description |
---|---|
KafkaClientFactory |
Factory to create a new
KafkaConsumer and KafkaProducer instances. |
KafkaManualCommit |
Can be used for forcing manual offset commit when using Kafka consumer.
|
KafkaManualCommitFactory |
Factory to create a new
KafkaManualCommit to store on the Exchange . |
PollExceptionStrategy |
Strategy to decide when a Kafka exception was thrown during polling, how to handle this.
|
Class | Description |
---|---|
DefaultKafkaClientFactory | |
DefaultKafkaManualCommit | |
DefaultKafkaManualCommitFactory | |
DefaultPollExceptionStrategy | |
KafkaComponent | |
KafkaComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
KafkaConfiguration | |
KafkaConstants | |
KafkaConsumer | |
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!
|
KafkaHeaderFilterStrategy | |
KafkaProducer | |
KafkaSendDynamicAware |
Kafka based
SendDynamicAware which allows to optimise Kafka components with the toD
(dynamic to) DSL in Camel. |
Enum | Description |
---|---|
PollOnError |
DISCARD will discard the message and continue to poll next message.
|
Apache Camel