Class KafkaComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.kafka.springboot.KafkaComponentConfiguration

@ConfigurationProperties(prefix="camel.component.kafka") public class KafkaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Sent and receive messages to/from an Apache Kafka broker. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details Link icon

    • KafkaComponentConfiguration Link icon

      public KafkaComponentConfiguration()
  • Method Details Link icon

    • getAdditionalProperties Link icon

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

      public void setAdditionalProperties(Map<String,Object> additionalProperties)
    • getBrokers Link icon

      public String getBrokers()
    • setBrokers Link icon

      public void setBrokers(String brokers)
    • getClientId Link icon

      public String getClientId()
    • setClientId Link icon

      public void setClientId(String clientId)
    • getConfiguration Link icon

      public org.apache.camel.component.kafka.KafkaConfiguration getConfiguration()
    • setConfiguration Link icon

      public void setConfiguration(org.apache.camel.component.kafka.KafkaConfiguration configuration)
    • getHeaderFilterStrategy Link icon

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

      public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
    • getReconnectBackoffMaxMs Link icon

      public Integer getReconnectBackoffMaxMs()
    • setReconnectBackoffMaxMs Link icon

      public void setReconnectBackoffMaxMs(Integer reconnectBackoffMaxMs)
    • getShutdownTimeout Link icon

      public Integer getShutdownTimeout()
    • setShutdownTimeout Link icon

      public void setShutdownTimeout(Integer shutdownTimeout)
    • getAllowManualCommit Link icon

      public Boolean getAllowManualCommit()
    • setAllowManualCommit Link icon

      public void setAllowManualCommit(Boolean allowManualCommit)
    • getAutoCommitEnable Link icon

      public Boolean getAutoCommitEnable()
    • setAutoCommitEnable Link icon

      public void setAutoCommitEnable(Boolean autoCommitEnable)
    • getAutoCommitIntervalMs Link icon

      public Integer getAutoCommitIntervalMs()
    • setAutoCommitIntervalMs Link icon

      public void setAutoCommitIntervalMs(Integer autoCommitIntervalMs)
    • getAutoOffsetReset Link icon

      public String getAutoOffsetReset()
    • setAutoOffsetReset Link icon

      public void setAutoOffsetReset(String autoOffsetReset)
    • getBatching Link icon

      public Boolean getBatching()
    • setBatching Link icon

      public void setBatching(Boolean batching)
    • getBreakOnFirstError Link icon

      public Boolean getBreakOnFirstError()
    • setBreakOnFirstError Link icon

      public void setBreakOnFirstError(Boolean breakOnFirstError)
    • getBridgeErrorHandler Link icon

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler Link icon

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getCheckCrcs Link icon

      public Boolean getCheckCrcs()
    • setCheckCrcs Link icon

      public void setCheckCrcs(Boolean checkCrcs)
    • getCommitTimeoutMs Link icon

      public Long getCommitTimeoutMs()
    • setCommitTimeoutMs Link icon

      public void setCommitTimeoutMs(Long commitTimeoutMs)
    • getConsumerRequestTimeoutMs Link icon

      public Integer getConsumerRequestTimeoutMs()
    • setConsumerRequestTimeoutMs Link icon

      public void setConsumerRequestTimeoutMs(Integer consumerRequestTimeoutMs)
    • getConsumersCount Link icon

      public Integer getConsumersCount()
    • setConsumersCount Link icon

      public void setConsumersCount(Integer consumersCount)
    • getFetchMaxBytes Link icon

      public Integer getFetchMaxBytes()
    • setFetchMaxBytes Link icon

      public void setFetchMaxBytes(Integer fetchMaxBytes)
    • getFetchMinBytes Link icon

      public Integer getFetchMinBytes()
    • setFetchMinBytes Link icon

      public void setFetchMinBytes(Integer fetchMinBytes)
    • getFetchWaitMaxMs Link icon

      public Integer getFetchWaitMaxMs()
    • setFetchWaitMaxMs Link icon

      public void setFetchWaitMaxMs(Integer fetchWaitMaxMs)
    • getGroupId Link icon

      public String getGroupId()
    • setGroupId Link icon

      public void setGroupId(String groupId)
    • getGroupInstanceId Link icon

      public String getGroupInstanceId()
    • setGroupInstanceId Link icon

      public void setGroupInstanceId(String groupInstanceId)
    • getHeaderDeserializer Link icon

      public org.apache.camel.component.kafka.serde.KafkaHeaderDeserializer getHeaderDeserializer()
    • setHeaderDeserializer Link icon

      public void setHeaderDeserializer(org.apache.camel.component.kafka.serde.KafkaHeaderDeserializer headerDeserializer)
    • getHeartbeatIntervalMs Link icon

      public Integer getHeartbeatIntervalMs()
    • setHeartbeatIntervalMs Link icon

      public void setHeartbeatIntervalMs(Integer heartbeatIntervalMs)
    • getKeyDeserializer Link icon

      public String getKeyDeserializer()
    • setKeyDeserializer Link icon

      public void setKeyDeserializer(String keyDeserializer)
    • getMaxPartitionFetchBytes Link icon

      public Integer getMaxPartitionFetchBytes()
    • setMaxPartitionFetchBytes Link icon

      public void setMaxPartitionFetchBytes(Integer maxPartitionFetchBytes)
    • getMaxPollIntervalMs Link icon

      public Integer getMaxPollIntervalMs()
    • setMaxPollIntervalMs Link icon

      public void setMaxPollIntervalMs(Integer maxPollIntervalMs)
    • getMaxPollRecords Link icon

      public Integer getMaxPollRecords()
    • setMaxPollRecords Link icon

      public void setMaxPollRecords(Integer maxPollRecords)
    • getOffsetRepository Link icon

      public org.apache.camel.spi.StateRepository<String,String> getOffsetRepository()
    • setOffsetRepository Link icon

      public void setOffsetRepository(org.apache.camel.spi.StateRepository<String,String> offsetRepository)
    • getPartitionAssignor Link icon

      public String getPartitionAssignor()
    • setPartitionAssignor Link icon

      public void setPartitionAssignor(String partitionAssignor)
    • getPollOnError Link icon

      public org.apache.camel.component.kafka.PollOnError getPollOnError()
    • setPollOnError Link icon

      public void setPollOnError(org.apache.camel.component.kafka.PollOnError pollOnError)
    • getPollTimeoutMs Link icon

      public Long getPollTimeoutMs()
    • setPollTimeoutMs Link icon

      public void setPollTimeoutMs(Long pollTimeoutMs)
    • getPreValidateHostAndPort Link icon

      public Boolean getPreValidateHostAndPort()
    • setPreValidateHostAndPort Link icon

      public void setPreValidateHostAndPort(Boolean preValidateHostAndPort)
    • getSeekTo Link icon

      public org.apache.camel.component.kafka.SeekPolicy getSeekTo()
    • setSeekTo Link icon

      public void setSeekTo(org.apache.camel.component.kafka.SeekPolicy seekTo)
    • getSessionTimeoutMs Link icon

      public Integer getSessionTimeoutMs()
    • setSessionTimeoutMs Link icon

      public void setSessionTimeoutMs(Integer sessionTimeoutMs)
    • getSpecificAvroReader Link icon

      public Boolean getSpecificAvroReader()
    • setSpecificAvroReader Link icon

      public void setSpecificAvroReader(Boolean specificAvroReader)
    • getTopicIsPattern Link icon

      public Boolean getTopicIsPattern()
    • setTopicIsPattern Link icon

      public void setTopicIsPattern(Boolean topicIsPattern)
    • getValueDeserializer Link icon

      public String getValueDeserializer()
    • setValueDeserializer Link icon

      public void setValueDeserializer(String valueDeserializer)
    • getCreateConsumerBackoffInterval Link icon

      public Long getCreateConsumerBackoffInterval()
    • setCreateConsumerBackoffInterval Link icon

      public void setCreateConsumerBackoffInterval(Long createConsumerBackoffInterval)
    • getCreateConsumerBackoffMaxAttempts Link icon

      public Integer getCreateConsumerBackoffMaxAttempts()
    • setCreateConsumerBackoffMaxAttempts Link icon

      public void setCreateConsumerBackoffMaxAttempts(Integer createConsumerBackoffMaxAttempts)
    • getIsolationLevel Link icon

      public String getIsolationLevel()
    • setIsolationLevel Link icon

      public void setIsolationLevel(String isolationLevel)
    • getKafkaManualCommitFactory Link icon

      public org.apache.camel.component.kafka.consumer.KafkaManualCommitFactory getKafkaManualCommitFactory()
    • setKafkaManualCommitFactory Link icon

      public void setKafkaManualCommitFactory(org.apache.camel.component.kafka.consumer.KafkaManualCommitFactory kafkaManualCommitFactory)
    • getPollExceptionStrategy Link icon

      public org.apache.camel.component.kafka.PollExceptionStrategy getPollExceptionStrategy()
    • setPollExceptionStrategy Link icon

      public void setPollExceptionStrategy(org.apache.camel.component.kafka.PollExceptionStrategy pollExceptionStrategy)
    • getSubscribeConsumerBackoffInterval Link icon

      public Long getSubscribeConsumerBackoffInterval()
    • setSubscribeConsumerBackoffInterval Link icon

      public void setSubscribeConsumerBackoffInterval(Long subscribeConsumerBackoffInterval)
    • getSubscribeConsumerBackoffMaxAttempts Link icon

      public Integer getSubscribeConsumerBackoffMaxAttempts()
    • setSubscribeConsumerBackoffMaxAttempts Link icon

      public void setSubscribeConsumerBackoffMaxAttempts(Integer subscribeConsumerBackoffMaxAttempts)
    • getBatchWithIndividualHeaders Link icon

      public Boolean getBatchWithIndividualHeaders()
    • setBatchWithIndividualHeaders Link icon

      public void setBatchWithIndividualHeaders(Boolean batchWithIndividualHeaders)
    • getBufferMemorySize Link icon

      public Integer getBufferMemorySize()
    • setBufferMemorySize Link icon

      public void setBufferMemorySize(Integer bufferMemorySize)
    • getCompressionCodec Link icon

      public String getCompressionCodec()
    • setCompressionCodec Link icon

      public void setCompressionCodec(String compressionCodec)
    • getConnectionMaxIdleMs Link icon

      public Integer getConnectionMaxIdleMs()
    • setConnectionMaxIdleMs Link icon

      public void setConnectionMaxIdleMs(Integer connectionMaxIdleMs)
    • getDeliveryTimeoutMs Link icon

      public Integer getDeliveryTimeoutMs()
    • setDeliveryTimeoutMs Link icon

      public void setDeliveryTimeoutMs(Integer deliveryTimeoutMs)
    • getEnableIdempotence Link icon

      public Boolean getEnableIdempotence()
    • setEnableIdempotence Link icon

      public void setEnableIdempotence(Boolean enableIdempotence)
    • getHeaderSerializer Link icon

      public org.apache.camel.component.kafka.serde.KafkaHeaderSerializer getHeaderSerializer()
    • setHeaderSerializer Link icon

      public void setHeaderSerializer(org.apache.camel.component.kafka.serde.KafkaHeaderSerializer headerSerializer)
    • getKey Link icon

      public String getKey()
    • setKey Link icon

      public void setKey(String key)
    • getKeySerializer Link icon

      public String getKeySerializer()
    • setKeySerializer Link icon

      public void setKeySerializer(String keySerializer)
    • getLazyStartProducer Link icon

      public Boolean getLazyStartProducer()
    • setLazyStartProducer Link icon

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getLingerMs Link icon

      public Integer getLingerMs()
    • setLingerMs Link icon

      public void setLingerMs(Integer lingerMs)
    • getMaxBlockMs Link icon

      public Integer getMaxBlockMs()
    • setMaxBlockMs Link icon

      public void setMaxBlockMs(Integer maxBlockMs)
    • getMaxInFlightRequest Link icon

      public Integer getMaxInFlightRequest()
    • setMaxInFlightRequest Link icon

      public void setMaxInFlightRequest(Integer maxInFlightRequest)
    • getMaxRequestSize Link icon

      public Integer getMaxRequestSize()
    • setMaxRequestSize Link icon

      public void setMaxRequestSize(Integer maxRequestSize)
    • getMetadataMaxAgeMs Link icon

      public Integer getMetadataMaxAgeMs()
    • setMetadataMaxAgeMs Link icon

      public void setMetadataMaxAgeMs(Integer metadataMaxAgeMs)
    • getMetricReporters Link icon

      public String getMetricReporters()
    • setMetricReporters Link icon

      public void setMetricReporters(String metricReporters)
    • getMetricsSampleWindowMs Link icon

      public Integer getMetricsSampleWindowMs()
    • setMetricsSampleWindowMs Link icon

      public void setMetricsSampleWindowMs(Integer metricsSampleWindowMs)
    • getNoOfMetricsSample Link icon

      public Integer getNoOfMetricsSample()
    • setNoOfMetricsSample Link icon

      public void setNoOfMetricsSample(Integer noOfMetricsSample)
    • getPartitioner Link icon

      public String getPartitioner()
    • setPartitioner Link icon

      public void setPartitioner(String partitioner)
    • getPartitionerIgnoreKeys Link icon

      public Boolean getPartitionerIgnoreKeys()
    • setPartitionerIgnoreKeys Link icon

      public void setPartitionerIgnoreKeys(Boolean partitionerIgnoreKeys)
    • getPartitionKey Link icon

      public Integer getPartitionKey()
    • setPartitionKey Link icon

      public void setPartitionKey(Integer partitionKey)
    • getProducerBatchSize Link icon

      public Integer getProducerBatchSize()
    • setProducerBatchSize Link icon

      public void setProducerBatchSize(Integer producerBatchSize)
    • getQueueBufferingMaxMessages Link icon

      public Integer getQueueBufferingMaxMessages()
    • setQueueBufferingMaxMessages Link icon

      public void setQueueBufferingMaxMessages(Integer queueBufferingMaxMessages)
    • getReceiveBufferBytes Link icon

      public Integer getReceiveBufferBytes()
    • setReceiveBufferBytes Link icon

      public void setReceiveBufferBytes(Integer receiveBufferBytes)
    • getReconnectBackoffMs Link icon

      public Integer getReconnectBackoffMs()
    • setReconnectBackoffMs Link icon

      public void setReconnectBackoffMs(Integer reconnectBackoffMs)
    • getRecordMetadata Link icon

      public Boolean getRecordMetadata()
    • setRecordMetadata Link icon

      public void setRecordMetadata(Boolean recordMetadata)
    • getRequestRequiredAcks Link icon

      public String getRequestRequiredAcks()
    • setRequestRequiredAcks Link icon

      public void setRequestRequiredAcks(String requestRequiredAcks)
    • getRequestTimeoutMs Link icon

      public Integer getRequestTimeoutMs()
    • setRequestTimeoutMs Link icon

      public void setRequestTimeoutMs(Integer requestTimeoutMs)
    • getRetries Link icon

      public Integer getRetries()
    • setRetries Link icon

      public void setRetries(Integer retries)
    • getRetryBackoffMs Link icon

      public Integer getRetryBackoffMs()
    • setRetryBackoffMs Link icon

      public void setRetryBackoffMs(Integer retryBackoffMs)
    • getSendBufferBytes Link icon

      public Integer getSendBufferBytes()
    • setSendBufferBytes Link icon

      public void setSendBufferBytes(Integer sendBufferBytes)
    • getValueSerializer Link icon

      public String getValueSerializer()
    • setValueSerializer Link icon

      public void setValueSerializer(String valueSerializer)
    • getWorkerPool Link icon

      public ExecutorService getWorkerPool()
    • setWorkerPool Link icon

      public void setWorkerPool(ExecutorService workerPool)
    • getWorkerPoolCoreSize Link icon

      public Integer getWorkerPoolCoreSize()
    • setWorkerPoolCoreSize Link icon

      public void setWorkerPoolCoreSize(Integer workerPoolCoreSize)
    • getWorkerPoolMaxSize Link icon

      public Integer getWorkerPoolMaxSize()
    • setWorkerPoolMaxSize Link icon

      public void setWorkerPoolMaxSize(Integer workerPoolMaxSize)
    • getAutowiredEnabled Link icon

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled Link icon

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getKafkaClientFactory Link icon

      public org.apache.camel.component.kafka.KafkaClientFactory getKafkaClientFactory()
    • setKafkaClientFactory Link icon

      public void setKafkaClientFactory(org.apache.camel.component.kafka.KafkaClientFactory kafkaClientFactory)
    • getSynchronous Link icon

      public Boolean getSynchronous()
    • setSynchronous Link icon

      public void setSynchronous(Boolean synchronous)
    • getHealthCheckConsumerEnabled Link icon

      public Boolean getHealthCheckConsumerEnabled()
    • setHealthCheckConsumerEnabled Link icon

      public void setHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled)
    • getHealthCheckProducerEnabled Link icon

      public Boolean getHealthCheckProducerEnabled()
    • setHealthCheckProducerEnabled Link icon

      public void setHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled)
    • getInterceptorClasses Link icon

      public String getInterceptorClasses()
    • setInterceptorClasses Link icon

      public void setInterceptorClasses(String interceptorClasses)
    • getSchemaRegistryURL Link icon

      public String getSchemaRegistryURL()
    • setSchemaRegistryURL Link icon

      public void setSchemaRegistryURL(String schemaRegistryURL)
    • getKerberosBeforeReloginMinTime Link icon

      public Integer getKerberosBeforeReloginMinTime()
    • setKerberosBeforeReloginMinTime Link icon

      public void setKerberosBeforeReloginMinTime(Integer kerberosBeforeReloginMinTime)
    • getKerberosConfigLocation Link icon

      public String getKerberosConfigLocation()
    • setKerberosConfigLocation Link icon

      public void setKerberosConfigLocation(String kerberosConfigLocation)
    • getKerberosInitCmd Link icon

      public String getKerberosInitCmd()
    • setKerberosInitCmd Link icon

      public void setKerberosInitCmd(String kerberosInitCmd)
    • getKerberosPrincipalToLocalRules Link icon

      public String getKerberosPrincipalToLocalRules()
    • setKerberosPrincipalToLocalRules Link icon

      public void setKerberosPrincipalToLocalRules(String kerberosPrincipalToLocalRules)
    • getKerberosRenewJitter Link icon

      public Double getKerberosRenewJitter()
    • setKerberosRenewJitter Link icon

      public void setKerberosRenewJitter(Double kerberosRenewJitter)
    • getKerberosRenewWindowFactor Link icon

      public Double getKerberosRenewWindowFactor()
    • setKerberosRenewWindowFactor Link icon

      public void setKerberosRenewWindowFactor(Double kerberosRenewWindowFactor)
    • getSaslJaasConfig Link icon

      public String getSaslJaasConfig()
    • setSaslJaasConfig Link icon

      public void setSaslJaasConfig(String saslJaasConfig)
    • getSaslKerberosServiceName Link icon

      public String getSaslKerberosServiceName()
    • setSaslKerberosServiceName Link icon

      public void setSaslKerberosServiceName(String saslKerberosServiceName)
    • getSaslMechanism Link icon

      public String getSaslMechanism()
    • setSaslMechanism Link icon

      public void setSaslMechanism(String saslMechanism)
    • getSecurityProtocol Link icon

      public String getSecurityProtocol()
    • setSecurityProtocol Link icon

      public void setSecurityProtocol(String securityProtocol)
    • getSslCipherSuites Link icon

      public String getSslCipherSuites()
    • setSslCipherSuites Link icon

      public void setSslCipherSuites(String sslCipherSuites)
    • getSslContextParameters Link icon

      public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
    • setSslContextParameters Link icon

      public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
    • getSslEnabledProtocols Link icon

      public String getSslEnabledProtocols()
    • setSslEnabledProtocols Link icon

      public void setSslEnabledProtocols(String sslEnabledProtocols)
    • getSslEndpointAlgorithm Link icon

      public String getSslEndpointAlgorithm()
    • setSslEndpointAlgorithm Link icon

      public void setSslEndpointAlgorithm(String sslEndpointAlgorithm)
    • getSslKeymanagerAlgorithm Link icon

      public String getSslKeymanagerAlgorithm()
    • setSslKeymanagerAlgorithm Link icon

      public void setSslKeymanagerAlgorithm(String sslKeymanagerAlgorithm)
    • getSslKeyPassword Link icon

      public String getSslKeyPassword()
    • setSslKeyPassword Link icon

      public void setSslKeyPassword(String sslKeyPassword)
    • getSslKeystoreLocation Link icon

      public String getSslKeystoreLocation()
    • setSslKeystoreLocation Link icon

      public void setSslKeystoreLocation(String sslKeystoreLocation)
    • getSslKeystorePassword Link icon

      public String getSslKeystorePassword()
    • setSslKeystorePassword Link icon

      public void setSslKeystorePassword(String sslKeystorePassword)
    • getSslKeystoreType Link icon

      public String getSslKeystoreType()
    • setSslKeystoreType Link icon

      public void setSslKeystoreType(String sslKeystoreType)
    • getSslProtocol Link icon

      public String getSslProtocol()
    • setSslProtocol Link icon

      public void setSslProtocol(String sslProtocol)
    • getSslProvider Link icon

      public String getSslProvider()
    • setSslProvider Link icon

      public void setSslProvider(String sslProvider)
    • getSslTrustmanagerAlgorithm Link icon

      public String getSslTrustmanagerAlgorithm()
    • setSslTrustmanagerAlgorithm Link icon

      public void setSslTrustmanagerAlgorithm(String sslTrustmanagerAlgorithm)
    • getSslTruststoreLocation Link icon

      public String getSslTruststoreLocation()
    • setSslTruststoreLocation Link icon

      public void setSslTruststoreLocation(String sslTruststoreLocation)
    • getSslTruststorePassword Link icon

      public String getSslTruststorePassword()
    • setSslTruststorePassword Link icon

      public void setSslTruststorePassword(String sslTruststorePassword)
    • getSslTruststoreType Link icon

      public String getSslTruststoreType()
    • setSslTruststoreType Link icon

      public void setSslTruststoreType(String sslTruststoreType)
    • getUseGlobalSslContextParameters Link icon

      public Boolean getUseGlobalSslContextParameters()
    • setUseGlobalSslContextParameters Link icon

      public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)