- setAutoCommitEnable(Boolean) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer.
- setAutoCommitEnable(Boolean) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setAutoCommitIntervalMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The frequency in ms that the consumer offsets are committed to zookeeper.
- setAutoCommitIntervalMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setAutoOffsetReset(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
What to do when there is no initial offset in ZooKeeper or if an offset is out of range:
smallest : automatically reset the offset to the smallest offset
largest : automatically reset the offset to the largest offset
fail: throw exception to the consumer
- setAutoOffsetReset(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setBarrierAwaitTimeoutMs(int) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
If the BatchingConsumerTask processes exchange exceed the batchSize, it will wait for barrierAwaitTimeoutMs.
- setBarrierAwaitTimeoutMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setBatchSize(int) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The batchSize that the BatchingConsumerTask processes once.
- setBatchSize(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setBridgeEndpoint(boolean) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
If the option is true, then KafkaProducer will ignore the KafkaConstants.TOPIC header setting of the inbound message.
- setBrokers(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This is for bootstrapping and the producer will only use it for getting metadata (topics, partitions and replicas).
- setBrokers(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setBufferMemorySize(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The total bytes of memory the producer can use to buffer records waiting to be sent to the server.
- setBufferMemorySize(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setCheckCrcs(Boolean) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Automatically check the CRC32 of the records consumed.
- setCheckCrcs(Boolean) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setClientId(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The client id is a user-specified string sent in each request to help trace calls.
- setClientId(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setCompressionCodec(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This parameter allows you to specify the compression codec for all data generated by this producer.
- setCompressionCodec(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConfiguration(KafkaConfiguration) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConnectionMaxIdleMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Close idle connections after the number of milliseconds specified by this config.
- setConnectionMaxIdleMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConsumerId(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Generated automatically if not set.
- setConsumerId(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConsumerRequestTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The configuration controls the maximum amount of time the client will wait for the response
of a request.
- setConsumerRequestTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConsumersCount(int) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of consumers that connect to kafka server
- setConsumersCount(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setConsumerStreams(int) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Number of concurrent consumers on the consumer
- setConsumerStreams(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setFetchMinBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The minimum amount of data the server should return for a fetch request.
- setFetchMinBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setFetchWaitMaxMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The maximum amount of time the server will block before answering the fetch request if there isn't sufficient data to immediately satisfy fetch.min.bytes
- setFetchWaitMaxMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setGroupId(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
A string that uniquely identifies the group of consumer processes to which this consumer belongs.
- setGroupId(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setHeartbeatIntervalMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The expected time between heartbeats to the consumer coordinator when using Kafka's group management facilities.
- setHeartbeatIntervalMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKafkaProducer(KafkaProducer) - Method in class org.apache.camel.component.kafka.KafkaProducer
-
To use a custom KafkaProducer
instance.
- setKerberosBeforeReloginMinTime(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Login thread sleep time between refresh attempts.
- setKerberosBeforeReloginMinTime(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKerberosInitCmd(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Kerberos kinit command path.
- setKerberosInitCmd(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKerberosRenewJitter(Double) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Percentage of random jitter added to the renewal time.
- setKerberosRenewJitter(Double) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKerberosRenewWindowFactor(Double) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Login thread will sleep until the specified window factor of time from last
refresh to ticket's expiry has been reached, at which time it will try to renew the ticket.
- setKerberosRenewWindowFactor(Double) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKeyDeserializer(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Deserializer class for key that implements the Deserializer interface.
- setKeyDeserializer(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setKeySerializerClass(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The serializer class for keys (defaults to the same as for messages if nothing is given).
- setKeySerializerClass(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setLingerMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The producer groups together any records that arrive in between request transmissions into a single batched request.
- setLingerMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMaxBlockMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The configuration controls how long sending to kafka will block.
- setMaxBlockMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMaxInFlightRequest(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The maximum number of unacknowledged requests the client will send on a single connection before blocking.
- setMaxInFlightRequest(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMaxPartitionFetchBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The maximum amount of data per-partition the server will return.
- setMaxPartitionFetchBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMaxRequestSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The maximum size of a request.
- setMaxRequestSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMetadataMaxAgeMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The period of time in milliseconds after which we force a refresh of metadata even if we haven't seen any partition leadership
changes to proactively discover any new brokers or partitions.
- setMetadataMaxAgeMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMetricReporters(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
A list of classes to use as metrics reporters.
- setMetricReporters(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setMetricsSampleWindowMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of samples maintained to compute metrics.
- setMetricsSampleWindowMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setNoOfMetricsSample(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of samples maintained to compute metrics.
- setNoOfMetricsSample(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setPartitionAssignor(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The class name of the partition assignment strategy that the client will use to distribute
partition ownership amongst consumer instances when group management is used
- setPartitionAssignor(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setPartitioner(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The partitioner class for partitioning messages amongst sub-topics.
- setPartitioner(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setProducerBatchSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The producer will attempt to batch records together into fewer requests whenever multiple records are being sent to the same partition.
- setProducerBatchSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setQueueBufferingMaxMessages(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The maximum number of unsent messages that can be queued up the producer when using async
mode before either the producer must be blocked or data must be dropped.
- setQueueBufferingMaxMessages(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setReceiveBufferBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The size of the TCP receive buffer (SO_RCVBUF) to use when reading data.
- setReceiveBufferBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setReconnectBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The amount of time to wait before attempting to reconnect to a given host.
- setReconnectBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRequestRequiredAcks(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of acknowledgments the producer requires the leader to have received before considering a request complete.
- setRequestRequiredAcks(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRequestTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The amount of time the broker will wait trying to meet the request.required.acks requirement before sending back an error to the client.
- setRequestTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRetries(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Setting a value greater than zero will cause the client to resend any record whose send fails with a potentially transient error.
- setRetries(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRetryBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Before each retry, the producer refreshes the metadata of relevant topics to see if a new leader has been elected.
- setRetryBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSaslKerberosServiceName(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The Kerberos principal name that Kafka runs as.
- setSaslKerberosServiceName(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSecurityProtocol(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Protocol used to communicate with brokers.
- setSecurityProtocol(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSendBufferBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Socket write buffer size
- setSendBufferBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSerializerClass(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The serializer class for messages.
- setSerializerClass(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSessionTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The timeout used to detect failures when using Kafka's group management facilities.
- setSessionTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslCipherSuites(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
A list of cipher suites.
- setSslCipherSuites(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslEnabledProtocols(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The list of protocols enabled for SSL connections.
- setSslEnabledProtocols(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslEndpointAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The endpoint identification algorithm to validate server hostname using server certificate.
- setSslEndpointAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslKeymanagerAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The algorithm used by key manager factory for SSL connections.
- setSslKeymanagerAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslKeyPassword(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The password of the private key in the key store file.
- setSslKeyPassword(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslKeystoreLocation(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The location of the key store file.
- setSslKeystoreLocation(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslKeystorePassword(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The store password for the key store file.This is optional for client and only needed
if ssl.keystore.location is configured.
- setSslKeystorePassword(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslKeystoreType(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The file format of the key store file.
- setSslKeystoreType(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslProtocol(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The SSL protocol used to generate the SSLContext.
- setSslProtocol(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslProvider(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The name of the security provider used for SSL connections.
- setSslProvider(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslTrustmanagerAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The algorithm used by trust manager factory for SSL connections.
- setSslTrustmanagerAlgorithm(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslTruststoreLocation(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The location of the trust store file.
- setSslTruststoreLocation(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslTruststorePassword(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The password for the trust store file.
- setSslTruststorePassword(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSslTruststoreType(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The file format of the trust store file.
- setSslTruststoreType(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setTopic(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Name of the topic to use.
- setTopic(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setValueDeserializer(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Deserializer class for value that implements the Deserializer interface.
- setValueDeserializer(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setWorkerPool(ExecutorService) - Method in class org.apache.camel.component.kafka.KafkaComponent
-
To use a shared custom worker pool for continue routing
Exchange
after kafka server has acknowledge
the message that was sent to it from
KafkaProducer
using asynchronous non-blocking processing.
- setWorkerPool(ExecutorService) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
To use a custom worker pool for continue routing
Exchange
after kafka server has acknowledge
the message that was sent to it from
KafkaProducer
using asynchronous non-blocking processing.
- setWorkerPool(ExecutorService) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setWorkerPool(ExecutorService) - Method in class org.apache.camel.component.kafka.KafkaProducer
-
- setWorkerPoolCoreSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Number of core threads for the worker pool for continue routing
Exchange
after kafka server has acknowledge
the message that was sent to it from
KafkaProducer
using asynchronous non-blocking processing.
- setWorkerPoolCoreSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setWorkerPoolMaxSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Maximum number of threads for the worker pool for continue routing
Exchange
after kafka server has acknowledge
the message that was sent to it from
KafkaProducer
using asynchronous non-blocking processing.
- setWorkerPoolMaxSize(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-