Class VertxKafkaComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.vertx-kafka")
    public class VertxKafkaComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Sent and receive messages to/from an Apache Kafka broker using vert.x Kafka client Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • VertxKafkaComponentConfiguration

        public VertxKafkaComponentConfiguration()
    • Method Detail

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)
      • getBootstrapServers

        public String getBootstrapServers()
      • setBootstrapServers

        public void setBootstrapServers​(String bootstrapServers)
      • getClientDnsLookup

        public String getClientDnsLookup()
      • setClientDnsLookup

        public void setClientDnsLookup​(String clientDnsLookup)
      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getConfiguration

        public org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration getConfiguration()
      • setConfiguration

        public void setConfiguration​(org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration configuration)
      • getConnectionsMaxIdleMs

        public Long getConnectionsMaxIdleMs()
      • setConnectionsMaxIdleMs

        public void setConnectionsMaxIdleMs​(Long connectionsMaxIdleMs)
      • getHeaderFilterStrategy

        public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
      • setHeaderFilterStrategy

        public void setHeaderFilterStrategy​(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
      • getInterceptorClasses

        public String getInterceptorClasses()
      • setInterceptorClasses

        public void setInterceptorClasses​(String interceptorClasses)
      • getMetadataMaxAgeMs

        public Long getMetadataMaxAgeMs()
      • setMetadataMaxAgeMs

        public void setMetadataMaxAgeMs​(Long metadataMaxAgeMs)
      • getMetricReporters

        public String getMetricReporters()
      • setMetricReporters

        public void setMetricReporters​(String metricReporters)
      • getMetricsNumSamples

        public Integer getMetricsNumSamples()
      • setMetricsNumSamples

        public void setMetricsNumSamples​(Integer metricsNumSamples)
      • getMetricsRecordingLevel

        public String getMetricsRecordingLevel()
      • setMetricsRecordingLevel

        public void setMetricsRecordingLevel​(String metricsRecordingLevel)
      • getMetricsSampleWindowMs

        public Long getMetricsSampleWindowMs()
      • setMetricsSampleWindowMs

        public void setMetricsSampleWindowMs​(Long metricsSampleWindowMs)
      • getPartitionId

        public Integer getPartitionId()
      • setPartitionId

        public void setPartitionId​(Integer partitionId)
      • getReceiveBufferBytes

        public Integer getReceiveBufferBytes()
      • setReceiveBufferBytes

        public void setReceiveBufferBytes​(Integer receiveBufferBytes)
      • getReconnectBackoffMaxMs

        public Long getReconnectBackoffMaxMs()
      • setReconnectBackoffMaxMs

        public void setReconnectBackoffMaxMs​(Long reconnectBackoffMaxMs)
      • getReconnectBackoffMs

        public Long getReconnectBackoffMs()
      • setReconnectBackoffMs

        public void setReconnectBackoffMs​(Long reconnectBackoffMs)
      • getRequestTimeoutMs

        public Integer getRequestTimeoutMs()
      • setRequestTimeoutMs

        public void setRequestTimeoutMs​(Integer requestTimeoutMs)
      • getRetryBackoffMs

        public Long getRetryBackoffMs()
      • setRetryBackoffMs

        public void setRetryBackoffMs​(Long retryBackoffMs)
      • getSendBufferBytes

        public Integer getSendBufferBytes()
      • setSendBufferBytes

        public void setSendBufferBytes​(Integer sendBufferBytes)
      • getSocketConnectionSetupTimeoutMaxMs

        public Long getSocketConnectionSetupTimeoutMaxMs()
      • setSocketConnectionSetupTimeoutMaxMs

        public void setSocketConnectionSetupTimeoutMaxMs​(Long socketConnectionSetupTimeoutMaxMs)
      • getSocketConnectionSetupTimeoutMs

        public Long getSocketConnectionSetupTimeoutMs()
      • setSocketConnectionSetupTimeoutMs

        public void setSocketConnectionSetupTimeoutMs​(Long socketConnectionSetupTimeoutMs)
      • getAllowAutoCreateTopics

        public Boolean getAllowAutoCreateTopics()
      • setAllowAutoCreateTopics

        public void setAllowAutoCreateTopics​(Boolean allowAutoCreateTopics)
      • getAllowManualCommit

        public Boolean getAllowManualCommit()
      • setAllowManualCommit

        public void setAllowManualCommit​(Boolean allowManualCommit)
      • getAutoCommitIntervalMs

        public Integer getAutoCommitIntervalMs()
      • setAutoCommitIntervalMs

        public void setAutoCommitIntervalMs​(Integer autoCommitIntervalMs)
      • getAutoOffsetReset

        public String getAutoOffsetReset()
      • setAutoOffsetReset

        public void setAutoOffsetReset​(String autoOffsetReset)
      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getCheckCrcs

        public Boolean getCheckCrcs()
      • setCheckCrcs

        public void setCheckCrcs​(Boolean checkCrcs)
      • getClientRack

        public String getClientRack()
      • setClientRack

        public void setClientRack​(String clientRack)
      • getDefaultApiTimeoutMs

        public Integer getDefaultApiTimeoutMs()
      • setDefaultApiTimeoutMs

        public void setDefaultApiTimeoutMs​(Integer defaultApiTimeoutMs)
      • getEnableAutoCommit

        public Boolean getEnableAutoCommit()
      • setEnableAutoCommit

        public void setEnableAutoCommit​(Boolean enableAutoCommit)
      • getExcludeInternalTopics

        public Boolean getExcludeInternalTopics()
      • setExcludeInternalTopics

        public void setExcludeInternalTopics​(Boolean excludeInternalTopics)
      • getFetchMaxBytes

        public Integer getFetchMaxBytes()
      • setFetchMaxBytes

        public void setFetchMaxBytes​(Integer fetchMaxBytes)
      • getFetchMaxWaitMs

        public Integer getFetchMaxWaitMs()
      • setFetchMaxWaitMs

        public void setFetchMaxWaitMs​(Integer fetchMaxWaitMs)
      • getFetchMinBytes

        public Integer getFetchMinBytes()
      • setFetchMinBytes

        public void setFetchMinBytes​(Integer fetchMinBytes)
      • getGroupId

        public String getGroupId()
      • setGroupId

        public void setGroupId​(String groupId)
      • getGroupInstanceId

        public String getGroupInstanceId()
      • setGroupInstanceId

        public void setGroupInstanceId​(String groupInstanceId)
      • getHeartbeatIntervalMs

        public Integer getHeartbeatIntervalMs()
      • setHeartbeatIntervalMs

        public void setHeartbeatIntervalMs​(Integer heartbeatIntervalMs)
      • getIsolationLevel

        public String getIsolationLevel()
      • setIsolationLevel

        public void setIsolationLevel​(String isolationLevel)
      • getKeyDeserializer

        public String getKeyDeserializer()
      • setKeyDeserializer

        public void setKeyDeserializer​(String keyDeserializer)
      • getMaxPartitionFetchBytes

        public Integer getMaxPartitionFetchBytes()
      • setMaxPartitionFetchBytes

        public void setMaxPartitionFetchBytes​(Integer maxPartitionFetchBytes)
      • getMaxPollIntervalMs

        public Integer getMaxPollIntervalMs()
      • setMaxPollIntervalMs

        public void setMaxPollIntervalMs​(Integer maxPollIntervalMs)
      • getMaxPollRecords

        public Integer getMaxPollRecords()
      • setMaxPollRecords

        public void setMaxPollRecords​(Integer maxPollRecords)
      • getPartitionAssignmentStrategy

        public String getPartitionAssignmentStrategy()
      • setPartitionAssignmentStrategy

        public void setPartitionAssignmentStrategy​(String partitionAssignmentStrategy)
      • getSeekToOffset

        public Long getSeekToOffset()
      • setSeekToOffset

        public void setSeekToOffset​(Long seekToOffset)
      • getSeekToPosition

        public String getSeekToPosition()
      • setSeekToPosition

        public void setSeekToPosition​(String seekToPosition)
      • getSessionTimeoutMs

        public Integer getSessionTimeoutMs()
      • setSessionTimeoutMs

        public void setSessionTimeoutMs​(Integer sessionTimeoutMs)
      • getValueDeserializer

        public String getValueDeserializer()
      • setValueDeserializer

        public void setValueDeserializer​(String valueDeserializer)
      • getKafkaManualCommitFactory

        public org.apache.camel.component.vertx.kafka.offset.VertxKafkaManualCommitFactory getKafkaManualCommitFactory()
      • setKafkaManualCommitFactory

        public void setKafkaManualCommitFactory​(org.apache.camel.component.vertx.kafka.offset.VertxKafkaManualCommitFactory kafkaManualCommitFactory)
      • getAcks

        public String getAcks()
      • setAcks

        public void setAcks​(String acks)
      • getBatchSize

        public Integer getBatchSize()
      • setBatchSize

        public void setBatchSize​(Integer batchSize)
      • getBufferMemory

        public Long getBufferMemory()
      • setBufferMemory

        public void setBufferMemory​(Long bufferMemory)
      • getCompressionType

        public String getCompressionType()
      • setCompressionType

        public void setCompressionType​(String compressionType)
      • getDeliveryTimeoutMs

        public Integer getDeliveryTimeoutMs()
      • setDeliveryTimeoutMs

        public void setDeliveryTimeoutMs​(Integer deliveryTimeoutMs)
      • getEnableIdempotence

        public Boolean getEnableIdempotence()
      • setEnableIdempotence

        public void setEnableIdempotence​(Boolean enableIdempotence)
      • getKeySerializer

        public String getKeySerializer()
      • setKeySerializer

        public void setKeySerializer​(String keySerializer)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getLingerMs

        public Long getLingerMs()
      • setLingerMs

        public void setLingerMs​(Long lingerMs)
      • getMaxBlockMs

        public Long getMaxBlockMs()
      • setMaxBlockMs

        public void setMaxBlockMs​(Long maxBlockMs)
      • getMaxInFlightRequestsPerConnection

        public Integer getMaxInFlightRequestsPerConnection()
      • setMaxInFlightRequestsPerConnection

        public void setMaxInFlightRequestsPerConnection​(Integer maxInFlightRequestsPerConnection)
      • getMaxRequestSize

        public Integer getMaxRequestSize()
      • setMaxRequestSize

        public void setMaxRequestSize​(Integer maxRequestSize)
      • getMetadataMaxIdleMs

        public Long getMetadataMaxIdleMs()
      • setMetadataMaxIdleMs

        public void setMetadataMaxIdleMs​(Long metadataMaxIdleMs)
      • getPartitionerClass

        public String getPartitionerClass()
      • setPartitionerClass

        public void setPartitionerClass​(String partitionerClass)
      • getRetries

        public Integer getRetries()
      • setRetries

        public void setRetries​(Integer retries)
      • getTransactionalId

        public String getTransactionalId()
      • setTransactionalId

        public void setTransactionalId​(String transactionalId)
      • getTransactionTimeoutMs

        public Integer getTransactionTimeoutMs()
      • setTransactionTimeoutMs

        public void setTransactionTimeoutMs​(Integer transactionTimeoutMs)
      • getValueSerializer

        public String getValueSerializer()
      • setValueSerializer

        public void setValueSerializer​(String valueSerializer)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getVertx

        public io.vertx.core.Vertx getVertx()
      • setVertx

        public void setVertx​(io.vertx.core.Vertx vertx)
      • getVertxKafkaClientFactory

        public org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory getVertxKafkaClientFactory()
      • setVertxKafkaClientFactory

        public void setVertxKafkaClientFactory​(org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory vertxKafkaClientFactory)
      • getVertxOptions

        public io.vertx.core.VertxOptions getVertxOptions()
      • setVertxOptions

        public void setVertxOptions​(io.vertx.core.VertxOptions vertxOptions)
      • getSaslClientCallbackHandlerClass

        public String getSaslClientCallbackHandlerClass()
      • setSaslClientCallbackHandlerClass

        public void setSaslClientCallbackHandlerClass​(String saslClientCallbackHandlerClass)
      • getSaslJaasConfig

        public String getSaslJaasConfig()
      • setSaslJaasConfig

        public void setSaslJaasConfig​(String saslJaasConfig)
      • getSaslKerberosKinitCmd

        public String getSaslKerberosKinitCmd()
      • setSaslKerberosKinitCmd

        public void setSaslKerberosKinitCmd​(String saslKerberosKinitCmd)
      • getSaslKerberosMinTimeBeforeRelogin

        public Long getSaslKerberosMinTimeBeforeRelogin()
      • setSaslKerberosMinTimeBeforeRelogin

        public void setSaslKerberosMinTimeBeforeRelogin​(Long saslKerberosMinTimeBeforeRelogin)
      • getSaslKerberosServiceName

        public String getSaslKerberosServiceName()
      • setSaslKerberosServiceName

        public void setSaslKerberosServiceName​(String saslKerberosServiceName)
      • getSaslKerberosTicketRenewJitter

        public Double getSaslKerberosTicketRenewJitter()
      • setSaslKerberosTicketRenewJitter

        public void setSaslKerberosTicketRenewJitter​(Double saslKerberosTicketRenewJitter)
      • getSaslKerberosTicketRenewWindowFactor

        public Double getSaslKerberosTicketRenewWindowFactor()
      • setSaslKerberosTicketRenewWindowFactor

        public void setSaslKerberosTicketRenewWindowFactor​(Double saslKerberosTicketRenewWindowFactor)
      • getSaslLoginCallbackHandlerClass

        public String getSaslLoginCallbackHandlerClass()
      • setSaslLoginCallbackHandlerClass

        public void setSaslLoginCallbackHandlerClass​(String saslLoginCallbackHandlerClass)
      • getSaslLoginClass

        public String getSaslLoginClass()
      • setSaslLoginClass

        public void setSaslLoginClass​(String saslLoginClass)
      • getSaslLoginRefreshBufferSeconds

        public Short getSaslLoginRefreshBufferSeconds()
      • setSaslLoginRefreshBufferSeconds

        public void setSaslLoginRefreshBufferSeconds​(Short saslLoginRefreshBufferSeconds)
      • getSaslLoginRefreshMinPeriodSeconds

        public Short getSaslLoginRefreshMinPeriodSeconds()
      • setSaslLoginRefreshMinPeriodSeconds

        public void setSaslLoginRefreshMinPeriodSeconds​(Short saslLoginRefreshMinPeriodSeconds)
      • getSaslLoginRefreshWindowFactor

        public Double getSaslLoginRefreshWindowFactor()
      • setSaslLoginRefreshWindowFactor

        public void setSaslLoginRefreshWindowFactor​(Double saslLoginRefreshWindowFactor)
      • getSaslLoginRefreshWindowJitter

        public Double getSaslLoginRefreshWindowJitter()
      • setSaslLoginRefreshWindowJitter

        public void setSaslLoginRefreshWindowJitter​(Double saslLoginRefreshWindowJitter)
      • getSaslMechanism

        public String getSaslMechanism()
      • setSaslMechanism

        public void setSaslMechanism​(String saslMechanism)
      • getSecurityProtocol

        public String getSecurityProtocol()
      • setSecurityProtocol

        public void setSecurityProtocol​(String securityProtocol)
      • getSecurityProviders

        public String getSecurityProviders()
      • setSecurityProviders

        public void setSecurityProviders​(String securityProviders)
      • getSslCipherSuites

        public String getSslCipherSuites()
      • setSslCipherSuites

        public void setSslCipherSuites​(String sslCipherSuites)
      • getSslEnabledProtocols

        public String getSslEnabledProtocols()
      • setSslEnabledProtocols

        public void setSslEnabledProtocols​(String sslEnabledProtocols)
      • getSslEndpointIdentificationAlgorithm

        public String getSslEndpointIdentificationAlgorithm()
      • setSslEndpointIdentificationAlgorithm

        public void setSslEndpointIdentificationAlgorithm​(String sslEndpointIdentificationAlgorithm)
      • getSslEngineFactoryClass

        public String getSslEngineFactoryClass()
      • setSslEngineFactoryClass

        public void setSslEngineFactoryClass​(String sslEngineFactoryClass)
      • getSslKeymanagerAlgorithm

        public String getSslKeymanagerAlgorithm()
      • setSslKeymanagerAlgorithm

        public void setSslKeymanagerAlgorithm​(String sslKeymanagerAlgorithm)
      • getSslKeyPassword

        public String getSslKeyPassword()
      • setSslKeyPassword

        public void setSslKeyPassword​(String sslKeyPassword)
      • getSslKeystoreCertificateChain

        public String getSslKeystoreCertificateChain()
      • setSslKeystoreCertificateChain

        public void setSslKeystoreCertificateChain​(String sslKeystoreCertificateChain)
      • getSslKeystoreKey

        public String getSslKeystoreKey()
      • setSslKeystoreKey

        public void setSslKeystoreKey​(String sslKeystoreKey)
      • getSslKeystoreLocation

        public String getSslKeystoreLocation()
      • setSslKeystoreLocation

        public void setSslKeystoreLocation​(String sslKeystoreLocation)
      • getSslKeystorePassword

        public String getSslKeystorePassword()
      • setSslKeystorePassword

        public void setSslKeystorePassword​(String sslKeystorePassword)
      • getSslKeystoreType

        public String getSslKeystoreType()
      • setSslKeystoreType

        public void setSslKeystoreType​(String sslKeystoreType)
      • getSslProtocol

        public String getSslProtocol()
      • setSslProtocol

        public void setSslProtocol​(String sslProtocol)
      • getSslProvider

        public String getSslProvider()
      • setSslProvider

        public void setSslProvider​(String sslProvider)
      • getSslSecureRandomImplementation

        public String getSslSecureRandomImplementation()
      • setSslSecureRandomImplementation

        public void setSslSecureRandomImplementation​(String sslSecureRandomImplementation)
      • getSslTrustmanagerAlgorithm

        public String getSslTrustmanagerAlgorithm()
      • setSslTrustmanagerAlgorithm

        public void setSslTrustmanagerAlgorithm​(String sslTrustmanagerAlgorithm)
      • getSslTruststoreCertificates

        public String getSslTruststoreCertificates()
      • setSslTruststoreCertificates

        public void setSslTruststoreCertificates​(String sslTruststoreCertificates)
      • getSslTruststoreLocation

        public String getSslTruststoreLocation()
      • setSslTruststoreLocation

        public void setSslTruststoreLocation​(String sslTruststoreLocation)
      • getSslTruststorePassword

        public String getSslTruststorePassword()
      • setSslTruststorePassword

        public void setSslTruststorePassword​(String sslTruststorePassword)
      • getSslTruststoreType

        public String getSslTruststoreType()
      • setSslTruststoreType

        public void setSslTruststoreType​(String sslTruststoreType)