Uses of Class
org.apache.camel.component.kafka.KafkaConfiguration
Packages that use KafkaConfiguration
Package
Description
-
Uses of KafkaConfiguration in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return KafkaConfigurationModifier and TypeMethodDescriptionKafkaConfiguration.copy()
Returns a copy of this configurationKafkaComponent.getConfiguration()
KafkaEndpoint.getConfiguration()
Methods in org.apache.camel.component.kafka with parameters of type KafkaConfigurationModifier and TypeMethodDescriptionDefaultKafkaClientFactory.getBrokers
(KafkaConfiguration configuration) KafkaClientFactory.getBrokers
(KafkaConfiguration configuration) URL of the Kafka brokers to use.void
KafkaComponent.setConfiguration
(KafkaConfiguration configuration) Allows to pre-configure the Kafka component with common options that the endpoints will reuse.void
KafkaEndpoint.setConfiguration
(KafkaConfiguration configuration) -
Uses of KafkaConfiguration in org.apache.camel.component.kafka.consumer
Fields in org.apache.camel.component.kafka.consumer declared as KafkaConfigurationModifier and TypeFieldDescriptionprotected final KafkaConfiguration
AbstractCommitManager.configuration
-
Uses of KafkaConfiguration in org.apache.camel.component.kafka.consumer.support
Constructors in org.apache.camel.component.kafka.consumer.support with parameters of type KafkaConfigurationModifierConstructorDescriptionKafkaRecordProcessor
(KafkaConfiguration configuration, org.apache.camel.Processor processor, CommitManager commitManager) -
Uses of KafkaConfiguration in org.apache.camel.component.kafka.consumer.support.classic
Constructors in org.apache.camel.component.kafka.consumer.support.classic with parameters of type KafkaConfigurationModifierConstructorDescriptionClassicRebalanceListener
(String threadId, KafkaConfiguration configuration, CommitManager commitManager, org.apache.kafka.clients.consumer.Consumer<?, ?> consumer) -
Uses of KafkaConfiguration in org.apache.camel.component.kafka.consumer.support.resume
Constructors in org.apache.camel.component.kafka.consumer.support.resume with parameters of type KafkaConfigurationModifierConstructorDescriptionResumeRebalanceListener
(String threadId, KafkaConfiguration configuration, CommitManager commitManager, org.apache.kafka.clients.consumer.Consumer<?, ?> consumer, org.apache.camel.resume.ResumeStrategy resumeStrategy) -
Uses of KafkaConfiguration in org.apache.camel.component.kafka.producer.support
Constructors in org.apache.camel.component.kafka.producer.support with parameters of type KafkaConfigurationModifierConstructorDescriptionKeyValueHolderIterator
(Iterator<Object> msgList, org.apache.camel.Exchange exchange, KafkaConfiguration kafkaConfiguration, String msgTopic, PropagatedHeadersProvider propagatedHeadersProvider) PropagatedHeadersProvider
(KafkaProducer kafkaProducer, KafkaConfiguration configuration, org.apache.camel.Exchange parentExchange, org.apache.camel.Message parentMessage)