| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaEndpointBuilderFactory.KafkaEndpointBuilder
Builder for endpoint for the Kafka component.
|
| Modifier and Type | Method and Description |
|---|---|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.additionalProperties(Map values)
Sets additional properties for either kafka consumer or kafka
producer in case they can't be set directly on the camel
configurations (e.g: new Kafka properties that are not reflected yet
in Camel configurations), the properties have to be prefixed with
additionalProperties..
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.additionalProperties(String key,
Object value)
Sets additional properties for either kafka consumer or kafka
producer in case they can't be set directly on the camel
configurations (e.g: new Kafka properties that are not reflected yet
in Camel configurations), the properties have to be prefixed with
additionalProperties..
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.basic() |
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.brokers(String brokers)
URL of the Kafka brokers to use.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.bufferMemorySize(Integer bufferMemorySize)
The total bytes of memory the producer can use to buffer records
waiting to be sent to the server.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.bufferMemorySize(String bufferMemorySize)
The total bytes of memory the producer can use to buffer records
waiting to be sent to the server.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.clientId(String clientId)
The client id is a user-specified string sent in each request to help
trace calls.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.compressionCodec(String compressionCodec)
This parameter allows you to specify the compression codec for all
data generated by this producer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.connectionMaxIdleMs(Integer connectionMaxIdleMs)
Close idle connections after the number of milliseconds specified by
this config.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.connectionMaxIdleMs(String connectionMaxIdleMs)
Close idle connections after the number of milliseconds specified by
this config.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.deliveryTimeoutMs(Integer deliveryTimeoutMs)
An upper bound on the time to report success or failure after a call
to send() returns.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.deliveryTimeoutMs(String deliveryTimeoutMs)
An upper bound on the time to report success or failure after a call
to send() returns.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.enableIdempotence(boolean enableIdempotence)
If set to 'true' the producer will ensure that exactly one copy of
each message is written in the stream.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.enableIdempotence(String enableIdempotence)
If set to 'true' the producer will ensure that exactly one copy of
each message is written in the stream.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.headerSerializer(Object headerSerializer)
To use a custom KafkaHeaderSerializer to serialize kafka headers
values.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.headerSerializer(String headerSerializer)
To use a custom KafkaHeaderSerializer to serialize kafka headers
values.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.interceptorClasses(String interceptorClasses)
Sets interceptors for producer or consumers.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosBeforeReloginMinTime(Integer kerberosBeforeReloginMinTime)
Login thread sleep time between refresh attempts.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosBeforeReloginMinTime(String kerberosBeforeReloginMinTime)
Login thread sleep time between refresh attempts.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosInitCmd(String kerberosInitCmd)
Kerberos kinit command path.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosPrincipalToLocalRules(String kerberosPrincipalToLocalRules)
A list of rules for mapping from principal names to short names
(typically operating system usernames).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosRenewJitter(Double kerberosRenewJitter)
Percentage of random jitter added to the renewal time.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosRenewJitter(String kerberosRenewJitter)
Percentage of random jitter added to the renewal time.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosRenewWindowFactor(Double kerberosRenewWindowFactor)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.kerberosRenewWindowFactor(String kerberosRenewWindowFactor)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.key(String key)
The record key (or null if no key is specified).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.keySerializer(String keySerializer)
The serializer class for keys (defaults to the same as for messages
if nothing is given).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.lingerMs(Integer lingerMs)
The producer groups together any records that arrive in between
request transmissions into a single batched request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.lingerMs(String lingerMs)
The producer groups together any records that arrive in between
request transmissions into a single batched request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxBlockMs(Integer maxBlockMs)
The configuration controls how long sending to kafka will block.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxBlockMs(String maxBlockMs)
The configuration controls how long sending to kafka will block.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxInFlightRequest(Integer maxInFlightRequest)
The maximum number of unacknowledged requests the client will send on
a single connection before blocking.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxInFlightRequest(String maxInFlightRequest)
The maximum number of unacknowledged requests the client will send on
a single connection before blocking.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxRequestSize(Integer maxRequestSize)
The maximum size of a request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.maxRequestSize(String maxRequestSize)
The maximum size of a request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.metadataMaxAgeMs(Integer metadataMaxAgeMs)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.metadataMaxAgeMs(String metadataMaxAgeMs)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.metricReporters(String metricReporters)
A list of classes to use as metrics reporters.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.metricsSampleWindowMs(Integer metricsSampleWindowMs)
The number of samples maintained to compute metrics.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.metricsSampleWindowMs(String metricsSampleWindowMs)
The number of samples maintained to compute metrics.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.noOfMetricsSample(Integer noOfMetricsSample)
The number of samples maintained to compute metrics.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.noOfMetricsSample(String noOfMetricsSample)
The number of samples maintained to compute metrics.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.partitioner(String partitioner)
The partitioner class for partitioning messages amongst sub-topics.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.partitionKey(Integer partitionKey)
The partition to which the record will be sent (or null if no
partition was specified).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.partitionKey(String partitionKey)
The partition to which the record will be sent (or null if no
partition was specified).
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.producerBatchSize(Integer producerBatchSize)
The producer will attempt to batch records together into fewer
requests whenever multiple records are being sent to the same
partition.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.producerBatchSize(String producerBatchSize)
The producer will attempt to batch records together into fewer
requests whenever multiple records are being sent to the same
partition.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.queueBufferingMaxMessages(Integer queueBufferingMaxMessages)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.queueBufferingMaxMessages(String queueBufferingMaxMessages)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.receiveBufferBytes(Integer receiveBufferBytes)
The size of the TCP receive buffer (SO_RCVBUF) to use when reading
data.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.receiveBufferBytes(String receiveBufferBytes)
The size of the TCP receive buffer (SO_RCVBUF) to use when reading
data.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.reconnectBackoffMaxMs(Integer reconnectBackoffMaxMs)
The maximum amount of time in milliseconds to wait when reconnecting
to a broker that has repeatedly failed to connect.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.reconnectBackoffMaxMs(String reconnectBackoffMaxMs)
The maximum amount of time in milliseconds to wait when reconnecting
to a broker that has repeatedly failed to connect.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.reconnectBackoffMs(Integer reconnectBackoffMs)
The amount of time to wait before attempting to reconnect to a given
host.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.reconnectBackoffMs(String reconnectBackoffMs)
The amount of time to wait before attempting to reconnect to a given
host.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.recordMetadata(boolean recordMetadata)
Whether the producer should store the RecordMetadata results from
sending to Kafka.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.recordMetadata(String recordMetadata)
Whether the producer should store the RecordMetadata results from
sending to Kafka.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.requestRequiredAcks(String requestRequiredAcks)
The number of acknowledgments the producer requires the leader to
have received before considering a request complete.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.requestTimeoutMs(Integer requestTimeoutMs)
The amount of time the broker will wait trying to meet the
request.required.acks requirement before sending back an error to the
client.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.requestTimeoutMs(String requestTimeoutMs)
The amount of time the broker will wait trying to meet the
request.required.acks requirement before sending back an error to the
client.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.retries(Integer retries)
Setting a value greater than zero will cause the client to resend any
record whose send fails with a potentially transient error.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.retries(String retries)
Setting a value greater than zero will cause the client to resend any
record whose send fails with a potentially transient error.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.retryBackoffMs(Integer retryBackoffMs)
Before each retry, the producer refreshes the metadata of relevant
topics to see if a new leader has been elected.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.retryBackoffMs(String retryBackoffMs)
Before each retry, the producer refreshes the metadata of relevant
topics to see if a new leader has been elected.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.saslJaasConfig(String saslJaasConfig)
Expose the kafka sasl.jaas.config parameter Example:
org.apache.kafka.common.security.plain.PlainLoginModule required
username=USERNAME password=PASSWORD;.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.saslKerberosServiceName(String saslKerberosServiceName)
The Kerberos principal name that Kafka runs as.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.saslMechanism(String saslMechanism)
The Simple Authentication and Security Layer (SASL) Mechanism used.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.schemaRegistryURL(String schemaRegistryURL)
URL of the Confluent Platform schema registry servers to use.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.securityProtocol(String securityProtocol)
Protocol used to communicate with brokers.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sendBufferBytes(Integer sendBufferBytes)
Socket write buffer size.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sendBufferBytes(String sendBufferBytes)
Socket write buffer size.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.shutdownTimeout(int shutdownTimeout)
Timeout in milliseconds to wait gracefully for the consumer or
producer to shutdown and terminate its worker threads.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.shutdownTimeout(String shutdownTimeout)
Timeout in milliseconds to wait gracefully for the consumer or
producer to shutdown and terminate its worker threads.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslCipherSuites(String sslCipherSuites)
A list of cipher suites.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslContextParameters(Object sslContextParameters)
SSL configuration using a Camel SSLContextParameters object.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslContextParameters(String sslContextParameters)
SSL configuration using a Camel SSLContextParameters object.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslEnabledProtocols(String sslEnabledProtocols)
The list of protocols enabled for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslEndpointAlgorithm(String sslEndpointAlgorithm)
The endpoint identification algorithm to validate server hostname
using server certificate.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslKeymanagerAlgorithm(String sslKeymanagerAlgorithm)
The algorithm used by key manager factory for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslKeyPassword(String sslKeyPassword)
The password of the private key in the key store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslKeystoreLocation(String sslKeystoreLocation)
The location of the key store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslKeystorePassword(String sslKeystorePassword)
The store password for the key store file.This is optional for client
and only needed if ssl.keystore.location is configured.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslKeystoreType(String sslKeystoreType)
The file format of the key store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslProtocol(String sslProtocol)
The SSL protocol used to generate the SSLContext.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslProvider(String sslProvider)
The name of the security provider used for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslTrustmanagerAlgorithm(String sslTrustmanagerAlgorithm)
The algorithm used by trust manager factory for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslTruststoreLocation(String sslTruststoreLocation)
The location of the trust store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslTruststorePassword(String sslTruststorePassword)
The password for the trust store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.sslTruststoreType(String sslTruststoreType)
The file format of the trust store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.valueSerializer(String valueSerializer)
The serializer class for messages.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPool(ExecutorService workerPool)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPool(String workerPool)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPoolCoreSize(Integer workerPoolCoreSize)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPoolCoreSize(String workerPoolCoreSize)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPoolMaxSize(Integer workerPoolMaxSize)
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.workerPoolMaxSize(String workerPoolMaxSize)
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.
|
Apache Camel