Uses of Package
org.apache.camel.component.kafka
-
Packages that use org.apache.camel.component.kafka Package Description org.apache.camel.component.kafka -
Classes in org.apache.camel.component.kafka used by org.apache.camel.component.kafka Class Description KafkaClientFactory Factory to create a newKafkaConsumer
andKafkaProducer
instances.KafkaComponent KafkaConfiguration KafkaEndpoint Sent and receive messages to/from an Apache Kafka broker.KafkaManualCommit Can be used for forcing manual offset commit when using Kafka consumer.KafkaManualCommitFactory Factory to create a newKafkaManualCommit
to store on theExchange
.KafkaProducer 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.