@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.vertx-kafka") public class VertxKafkaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
VertxKafkaComponentConfiguration() |
public void setAdditionalProperties(Map<String,Object> additionalProperties)
public String getBootstrapServers()
public void setBootstrapServers(String bootstrapServers)
public String getClientDnsLookup()
public void setClientDnsLookup(String clientDnsLookup)
public String getClientId()
public void setClientId(String clientId)
public org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration getConfiguration()
public void setConfiguration(org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration configuration)
public Long getConnectionsMaxIdleMs()
public void setConnectionsMaxIdleMs(Long connectionsMaxIdleMs)
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
public String getInterceptorClasses()
public void setInterceptorClasses(String interceptorClasses)
public Long getMetadataMaxAgeMs()
public void setMetadataMaxAgeMs(Long metadataMaxAgeMs)
public String getMetricReporters()
public void setMetricReporters(String metricReporters)
public Integer getMetricsNumSamples()
public void setMetricsNumSamples(Integer metricsNumSamples)
public String getMetricsRecordingLevel()
public void setMetricsRecordingLevel(String metricsRecordingLevel)
public Long getMetricsSampleWindowMs()
public void setMetricsSampleWindowMs(Long metricsSampleWindowMs)
public Integer getPartitionId()
public void setPartitionId(Integer partitionId)
public Integer getReceiveBufferBytes()
public void setReceiveBufferBytes(Integer receiveBufferBytes)
public Long getReconnectBackoffMaxMs()
public void setReconnectBackoffMaxMs(Long reconnectBackoffMaxMs)
public Long getReconnectBackoffMs()
public void setReconnectBackoffMs(Long reconnectBackoffMs)
public Integer getRequestTimeoutMs()
public void setRequestTimeoutMs(Integer requestTimeoutMs)
public Long getRetryBackoffMs()
public void setRetryBackoffMs(Long retryBackoffMs)
public Integer getSendBufferBytes()
public void setSendBufferBytes(Integer sendBufferBytes)
public Long getSocketConnectionSetupTimeoutMaxMs()
public void setSocketConnectionSetupTimeoutMaxMs(Long socketConnectionSetupTimeoutMaxMs)
public Long getSocketConnectionSetupTimeoutMs()
public void setSocketConnectionSetupTimeoutMs(Long socketConnectionSetupTimeoutMs)
public Boolean getAllowAutoCreateTopics()
public void setAllowAutoCreateTopics(Boolean allowAutoCreateTopics)
public Boolean getAllowManualCommit()
public void setAllowManualCommit(Boolean allowManualCommit)
public Integer getAutoCommitIntervalMs()
public void setAutoCommitIntervalMs(Integer autoCommitIntervalMs)
public String getAutoOffsetReset()
public void setAutoOffsetReset(String autoOffsetReset)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getCheckCrcs()
public void setCheckCrcs(Boolean checkCrcs)
public String getClientRack()
public void setClientRack(String clientRack)
public Integer getDefaultApiTimeoutMs()
public void setDefaultApiTimeoutMs(Integer defaultApiTimeoutMs)
public Boolean getEnableAutoCommit()
public void setEnableAutoCommit(Boolean enableAutoCommit)
public Boolean getExcludeInternalTopics()
public void setExcludeInternalTopics(Boolean excludeInternalTopics)
public Integer getFetchMaxBytes()
public void setFetchMaxBytes(Integer fetchMaxBytes)
public Integer getFetchMaxWaitMs()
public void setFetchMaxWaitMs(Integer fetchMaxWaitMs)
public Integer getFetchMinBytes()
public void setFetchMinBytes(Integer fetchMinBytes)
public String getGroupId()
public void setGroupId(String groupId)
public String getGroupInstanceId()
public void setGroupInstanceId(String groupInstanceId)
public Integer getHeartbeatIntervalMs()
public void setHeartbeatIntervalMs(Integer heartbeatIntervalMs)
public String getIsolationLevel()
public void setIsolationLevel(String isolationLevel)
public String getKeyDeserializer()
public void setKeyDeserializer(String keyDeserializer)
public Integer getMaxPartitionFetchBytes()
public void setMaxPartitionFetchBytes(Integer maxPartitionFetchBytes)
public Integer getMaxPollIntervalMs()
public void setMaxPollIntervalMs(Integer maxPollIntervalMs)
public Integer getMaxPollRecords()
public void setMaxPollRecords(Integer maxPollRecords)
public String getPartitionAssignmentStrategy()
public void setPartitionAssignmentStrategy(String partitionAssignmentStrategy)
public Long getSeekToOffset()
public void setSeekToOffset(Long seekToOffset)
public String getSeekToPosition()
public void setSeekToPosition(String seekToPosition)
public Integer getSessionTimeoutMs()
public void setSessionTimeoutMs(Integer sessionTimeoutMs)
public String getValueDeserializer()
public void setValueDeserializer(String valueDeserializer)
public org.apache.camel.component.vertx.kafka.offset.VertxKafkaManualCommitFactory getKafkaManualCommitFactory()
public void setKafkaManualCommitFactory(org.apache.camel.component.vertx.kafka.offset.VertxKafkaManualCommitFactory kafkaManualCommitFactory)
public String getAcks()
public void setAcks(String acks)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
public Long getBufferMemory()
public void setBufferMemory(Long bufferMemory)
public String getCompressionType()
public void setCompressionType(String compressionType)
public Integer getDeliveryTimeoutMs()
public void setDeliveryTimeoutMs(Integer deliveryTimeoutMs)
public Boolean getEnableIdempotence()
public void setEnableIdempotence(Boolean enableIdempotence)
public String getKeySerializer()
public void setKeySerializer(String keySerializer)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Long getLingerMs()
public void setLingerMs(Long lingerMs)
public Long getMaxBlockMs()
public void setMaxBlockMs(Long maxBlockMs)
public Integer getMaxInFlightRequestsPerConnection()
public void setMaxInFlightRequestsPerConnection(Integer maxInFlightRequestsPerConnection)
public Integer getMaxRequestSize()
public void setMaxRequestSize(Integer maxRequestSize)
public Long getMetadataMaxIdleMs()
public void setMetadataMaxIdleMs(Long metadataMaxIdleMs)
public String getPartitionerClass()
public void setPartitionerClass(String partitionerClass)
public Integer getRetries()
public void setRetries(Integer retries)
public String getTransactionalId()
public void setTransactionalId(String transactionalId)
public Integer getTransactionTimeoutMs()
public void setTransactionTimeoutMs(Integer transactionTimeoutMs)
public String getValueSerializer()
public void setValueSerializer(String valueSerializer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public io.vertx.core.Vertx getVertx()
public void setVertx(io.vertx.core.Vertx vertx)
public org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory getVertxKafkaClientFactory()
public void setVertxKafkaClientFactory(org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory vertxKafkaClientFactory)
public io.vertx.core.VertxOptions getVertxOptions()
public void setVertxOptions(io.vertx.core.VertxOptions vertxOptions)
public String getSaslClientCallbackHandlerClass()
public void setSaslClientCallbackHandlerClass(String saslClientCallbackHandlerClass)
public String getSaslJaasConfig()
public void setSaslJaasConfig(String saslJaasConfig)
public String getSaslKerberosKinitCmd()
public void setSaslKerberosKinitCmd(String saslKerberosKinitCmd)
public Long getSaslKerberosMinTimeBeforeRelogin()
public void setSaslKerberosMinTimeBeforeRelogin(Long saslKerberosMinTimeBeforeRelogin)
public String getSaslKerberosServiceName()
public void setSaslKerberosServiceName(String saslKerberosServiceName)
public Double getSaslKerberosTicketRenewJitter()
public void setSaslKerberosTicketRenewJitter(Double saslKerberosTicketRenewJitter)
public Double getSaslKerberosTicketRenewWindowFactor()
public void setSaslKerberosTicketRenewWindowFactor(Double saslKerberosTicketRenewWindowFactor)
public String getSaslLoginCallbackHandlerClass()
public void setSaslLoginCallbackHandlerClass(String saslLoginCallbackHandlerClass)
public String getSaslLoginClass()
public void setSaslLoginClass(String saslLoginClass)
public Short getSaslLoginRefreshBufferSeconds()
public void setSaslLoginRefreshBufferSeconds(Short saslLoginRefreshBufferSeconds)
public Short getSaslLoginRefreshMinPeriodSeconds()
public void setSaslLoginRefreshMinPeriodSeconds(Short saslLoginRefreshMinPeriodSeconds)
public Double getSaslLoginRefreshWindowFactor()
public void setSaslLoginRefreshWindowFactor(Double saslLoginRefreshWindowFactor)
public Double getSaslLoginRefreshWindowJitter()
public void setSaslLoginRefreshWindowJitter(Double saslLoginRefreshWindowJitter)
public String getSaslMechanism()
public void setSaslMechanism(String saslMechanism)
public String getSecurityProtocol()
public void setSecurityProtocol(String securityProtocol)
public String getSecurityProviders()
public void setSecurityProviders(String securityProviders)
public String getSslCipherSuites()
public void setSslCipherSuites(String sslCipherSuites)
public String getSslEnabledProtocols()
public void setSslEnabledProtocols(String sslEnabledProtocols)
public String getSslEndpointIdentificationAlgorithm()
public void setSslEndpointIdentificationAlgorithm(String sslEndpointIdentificationAlgorithm)
public String getSslEngineFactoryClass()
public void setSslEngineFactoryClass(String sslEngineFactoryClass)
public String getSslKeymanagerAlgorithm()
public void setSslKeymanagerAlgorithm(String sslKeymanagerAlgorithm)
public String getSslKeyPassword()
public void setSslKeyPassword(String sslKeyPassword)
public String getSslKeystoreCertificateChain()
public void setSslKeystoreCertificateChain(String sslKeystoreCertificateChain)
public String getSslKeystoreKey()
public void setSslKeystoreKey(String sslKeystoreKey)
public String getSslKeystoreLocation()
public void setSslKeystoreLocation(String sslKeystoreLocation)
public String getSslKeystorePassword()
public void setSslKeystorePassword(String sslKeystorePassword)
public String getSslKeystoreType()
public void setSslKeystoreType(String sslKeystoreType)
public String getSslProtocol()
public void setSslProtocol(String sslProtocol)
public String getSslProvider()
public void setSslProvider(String sslProvider)
public String getSslSecureRandomImplementation()
public void setSslSecureRandomImplementation(String sslSecureRandomImplementation)
public String getSslTrustmanagerAlgorithm()
public void setSslTrustmanagerAlgorithm(String sslTrustmanagerAlgorithm)
public String getSslTruststoreCertificates()
public void setSslTruststoreCertificates(String sslTruststoreCertificates)
public String getSslTruststoreLocation()
public void setSslTruststoreLocation(String sslTruststoreLocation)
public String getSslTruststorePassword()
public void setSslTruststorePassword(String sslTruststorePassword)
public String getSslTruststoreType()
public void setSslTruststoreType(String sslTruststoreType)
Apache Camel