- 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(int) - 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
-
- setBatchNumMessages(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of messages to send in one batch when using async mode.
- setBatchNumMessages(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
-
- 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
-
- 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
-
- setCompressedTopics(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This parameter allows you to set whether compression should be turned on for particular topics.
- setCompressedTopics(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
-
- 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
-
- 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
-
- setConsumerTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Throw a timeout exception to the consumer if no message is available for consumption after the specified interval
- setConsumerTimeoutMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setDualCommitEnabled(Boolean) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
If you are using "kafka" as offsets.storage, you can dual commit offsets to ZooKeeper (in addition to Kafka).
- setDualCommitEnabled(boolean) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setFetchMessageMaxBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The number of byes of messages to attempt to fetch for each topic-partition in each fetch request.
- setFetchMessageMaxBytes(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(int) - 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(int) - 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
-
- 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
-
- setMessageSendMaxRetries(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This property will cause the producer to automatically retry a failed send request.
- setMessageSendMaxRetries(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setOffsetsStorage(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Select where offsets should be stored (zookeeper or kafka).
- setOffsetsStorage(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
-
- setProducerType(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This parameter specifies whether the messages are sent asynchronously in a background thread.
- setProducerType(String) - 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(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setQueueBufferingMaxMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Maximum time to buffer data when using async mode.
- setQueueBufferingMaxMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setQueuedMaxMessageChunks(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Max number of message chunks buffered for consumption.
- setQueuedMaxMessages(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setQueueEnqueueTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The amount of time to block before dropping messages when running in async mode and the buffer has reached
queue.buffering.max.messages.
- setQueueEnqueueTimeoutMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRebalanceBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Backoff time between retries during rebalance.
- setRebalanceBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRebalanceMaxRetries(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
When a new consumer joins a consumer group the set of consumers attempt to "rebalance" the load to assign partitions to each consumer.
- setRebalanceMaxRetries(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRefreshLeaderBackoffMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Backoff time to wait before trying to determine the leader of a partition that has just lost its leader.
- setRefreshLeaderBackoffMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setRequestRequiredAcks(short) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
This value controls when a produce request is considered completed.
- setRequestRequiredAcks(short) - 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(int) - 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(int) - 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(int) - 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
-
- setSocketReceiveBufferBytes(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The socket receive buffer for network requests
- setSocketReceiveBufferBytes(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setSocketTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The socket timeout for network requests.
- setSocketTimeoutMs(int) - 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
-
- setTopicMetadataRefreshIntervalMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The producer generally refreshes the topic metadata from brokers when there is a failure (partition missing,
leader not available...).
- setTopicMetadataRefreshIntervalMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperConnect(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
Specifies the ZooKeeper connection string in the form hostname:port where host and port are the host and port of a ZooKeeper server.
- setZookeeperConnect(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperConnectionTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The max time that the client waits while establishing a connection to zookeeper.
- setZookeeperConnectionTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperHost(String) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The zookeeper host to use.
- setZookeeperHost(String) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperPort(int) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
The zookeeper port to use
To connect to multiple zookeeper hosts use the zookeeperConnect option instead.
- setZookeeperPort(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperSessionTimeoutMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
ZooKeeper session timeout.
- setZookeeperSessionTimeoutMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-
- setZookeeperSyncTimeMs(Integer) - Method in class org.apache.camel.component.kafka.KafkaConfiguration
-
How far a ZK follower can be behind a ZK leader
- setZookeeperSyncTimeMs(int) - Method in class org.apache.camel.component.kafka.KafkaEndpoint
-