default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.allowManualCommit(boolean allowManualCommit) |
Whether to allow doing manual commits via KafkaManualCommit.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.allowManualCommit(String allowManualCommit) |
Whether to allow doing manual commits via KafkaManualCommit.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoCommitEnable(Boolean autoCommitEnable) |
If true, periodically commit to ZooKeeper the offset of messages
already fetched by the consumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoCommitEnable(String autoCommitEnable) |
If true, periodically commit to ZooKeeper the offset of messages
already fetched by the consumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoCommitIntervalMs(Integer autoCommitIntervalMs) |
The frequency in ms that the consumer offsets are committed to
zookeeper.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoCommitIntervalMs(String autoCommitIntervalMs) |
The frequency in ms that the consumer offsets are committed to
zookeeper.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoCommitOnStop(String autoCommitOnStop) |
Whether to perform an explicit auto commit when the consumer stops to
ensure the broker has a commit from the last consumed message.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.autoOffsetReset(String autoOffsetReset) |
What to do when there is no initial offset in ZooKeeper or if an
offset is out of range: earliest : automatically reset the offset to
the earliest offset latest : automatically reset the offset to the
latest offset fail: throw exception to the consumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuilder.basic() |
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.breakOnFirstError(boolean breakOnFirstError) |
This options controls what happens when a consumer is processing an
exchange and it fails.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.breakOnFirstError(String breakOnFirstError) |
This options controls what happens when a consumer is processing an
exchange and it fails.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.brokers(String brokers) |
URL of the Kafka brokers to use.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.checkCrcs(Boolean checkCrcs) |
Automatically check the CRC32 of the records consumed.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.checkCrcs(String checkCrcs) |
Automatically check the CRC32 of the records consumed.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.clientId(String clientId) |
The client id is a user-specified string sent in each request to help
trace calls.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumerRequestTimeoutMs(Integer consumerRequestTimeoutMs) |
The configuration controls the maximum amount of time the client will
wait for the response of a request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumerRequestTimeoutMs(String consumerRequestTimeoutMs) |
The configuration controls the maximum amount of time the client will
wait for the response of a request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumersCount(int consumersCount) |
The number of consumers that connect to kafka server.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumersCount(String consumersCount) |
The number of consumers that connect to kafka server.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumerStreams(int consumerStreams) |
Number of concurrent consumers on the consumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.consumerStreams(String consumerStreams) |
Number of concurrent consumers on the consumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchMaxBytes(Integer fetchMaxBytes) |
The maximum amount of data the server should return for a fetch
request This is not an absolute maximum, if the first message in the
first non-empty partition of the fetch is larger than this value, the
message will still be returned to ensure that the consumer can make
progress.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchMaxBytes(String fetchMaxBytes) |
The maximum amount of data the server should return for a fetch
request This is not an absolute maximum, if the first message in the
first non-empty partition of the fetch is larger than this value, the
message will still be returned to ensure that the consumer can make
progress.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchMinBytes(Integer fetchMinBytes) |
The minimum amount of data the server should return for a fetch
request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchMinBytes(String fetchMinBytes) |
The minimum amount of data the server should return for a fetch
request.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchWaitMaxMs(Integer fetchWaitMaxMs) |
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.fetchWaitMaxMs(String fetchWaitMaxMs) |
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.groupId(String groupId) |
A string that uniquely identifies the group of consumer processes to
which this consumer belongs.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.headerDeserializer(Object headerDeserializer) |
To use a custom KafkaHeaderDeserializer to deserialize kafka headers
values.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.headerDeserializer(String headerDeserializer) |
To use a custom KafkaHeaderDeserializer to deserialize kafka headers
values.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.heartbeatIntervalMs(Integer heartbeatIntervalMs) |
The expected time between heartbeats to the consumer coordinator when
using Kafka's group management facilities.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.heartbeatIntervalMs(String heartbeatIntervalMs) |
The expected time between heartbeats to the consumer coordinator when
using Kafka's group management facilities.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.interceptorClasses(String interceptorClasses) |
Sets interceptors for producer or consumers.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosBeforeReloginMinTime(Integer kerberosBeforeReloginMinTime) |
Login thread sleep time between refresh attempts.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosBeforeReloginMinTime(String kerberosBeforeReloginMinTime) |
Login thread sleep time between refresh attempts.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosInitCmd(String kerberosInitCmd) |
Kerberos kinit command path.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosPrincipalToLocalRules(String kerberosPrincipalToLocalRules) |
A list of rules for mapping from principal names to short names
(typically operating system usernames).
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosRenewJitter(Double kerberosRenewJitter) |
Percentage of random jitter added to the renewal time.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.kerberosRenewJitter(String kerberosRenewJitter) |
Percentage of random jitter added to the renewal time.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.keyDeserializer(String keyDeserializer) |
Deserializer class for key that implements the Deserializer
interface.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPartitionFetchBytes(Integer maxPartitionFetchBytes) |
The maximum amount of data per-partition the server will return.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPartitionFetchBytes(String maxPartitionFetchBytes) |
The maximum amount of data per-partition the server will return.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPollIntervalMs(Long maxPollIntervalMs) |
The maximum delay between invocations of poll() when using consumer
group management.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPollIntervalMs(String maxPollIntervalMs) |
The maximum delay between invocations of poll() when using consumer
group management.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPollRecords(Integer maxPollRecords) |
The maximum number of records returned in a single call to poll().
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.maxPollRecords(String maxPollRecords) |
The maximum number of records returned in a single call to poll().
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.offsetRepository(String offsetRepository) |
The offset repository to use in order to locally store the offset of
each partition of the topic.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.offsetRepository(org.apache.camel.spi.StateRepository<String,String> offsetRepository) |
The offset repository to use in order to locally store the offset of
each partition of the topic.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.partitionAssignor(String partitionAssignor) |
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.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.pollTimeoutMs(Long pollTimeoutMs) |
The timeout used when polling the KafkaConsumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.pollTimeoutMs(String pollTimeoutMs) |
The timeout used when polling the KafkaConsumer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.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.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.saslKerberosServiceName(String saslKerberosServiceName) |
The Kerberos principal name that Kafka runs as.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.saslMechanism(String saslMechanism) |
The Simple Authentication and Security Layer (SASL) Mechanism used.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.schemaRegistryURL(String schemaRegistryURL) |
URL of the Confluent Platform schema registry servers to use.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.securityProtocol(String securityProtocol) |
Protocol used to communicate with brokers.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.seekTo(String seekTo) |
Set if KafkaConsumer will read from beginning or end on startup:
beginning : read from beginning end : read from end This is replacing
the earlier property seekToBeginning.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sessionTimeoutMs(Integer sessionTimeoutMs) |
The timeout used to detect failures when using Kafka's group
management facilities.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sessionTimeoutMs(String sessionTimeoutMs) |
The timeout used to detect failures when using Kafka's group
management facilities.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.shutdownTimeout(int shutdownTimeout) |
Timeout in milli seconds to wait gracefully for the consumer or
producer to shutdown and terminate its worker threads.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.shutdownTimeout(String shutdownTimeout) |
Timeout in milli seconds to wait gracefully for the consumer or
producer to shutdown and terminate its worker threads.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.specificAvroReader(boolean specificAvroReader) |
This enables the use of a specific Avro reader for use with the
Confluent Platform schema registry and the
io.confluent.kafka.serializers.KafkaAvroDeserializer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.specificAvroReader(String specificAvroReader) |
This enables the use of a specific Avro reader for use with the
Confluent Platform schema registry and the
io.confluent.kafka.serializers.KafkaAvroDeserializer.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslCipherSuites(String sslCipherSuites) |
A list of cipher suites.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslContextParameters(Object sslContextParameters) |
SSL configuration using a Camel SSLContextParameters object.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslContextParameters(String sslContextParameters) |
SSL configuration using a Camel SSLContextParameters object.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslEnabledProtocols(String sslEnabledProtocols) |
The list of protocols enabled for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslEndpointAlgorithm(String sslEndpointAlgorithm) |
The endpoint identification algorithm to validate server hostname
using server certificate.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslKeymanagerAlgorithm(String sslKeymanagerAlgorithm) |
The algorithm used by key manager factory for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslKeystoreType(String sslKeystoreType) |
The file format of the key store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslProtocol(String sslProtocol) |
The SSL protocol used to generate the SSLContext.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslProvider(String sslProvider) |
The name of the security provider used for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslTrustmanagerAlgorithm(String sslTrustmanagerAlgorithm) |
The algorithm used by trust manager factory for SSL connections.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.sslTruststoreType(String sslTruststoreType) |
The file format of the trust store file.
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.topicIsPattern(boolean topicIsPattern) |
Whether the topic is a pattern (regular expression).
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.topicIsPattern(String topicIsPattern) |
Whether the topic is a pattern (regular expression).
|
default KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder.valueDeserializer(String valueDeserializer) |
Deserializer class for value that implements the Deserializer
interface.
|