public class KafkaConnectorIncomingConfiguration extends KafkaConnectorCommonConfiguration
smallrye-kafka
connector.config
Constructor and Description |
---|
KafkaConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
Creates a new KafkaConnectorIncomingConfiguration.
|
Modifier and Type | Method and Description |
---|---|
String |
getAutoOffsetReset()
Gets the auto.offset.reset value from the configuration.
|
Boolean |
getBroadcast()
Gets the broadcast value from the configuration.
|
Integer |
getFetchMinBytes()
Gets the fetch.min.bytes value from the configuration.
|
Optional<String> |
getGroupId()
Gets the group.id value from the configuration.
|
String |
getKeyDeserializer()
Gets the key.deserializer value from the configuration.
|
Boolean |
getRetry()
Gets the retry value from the configuration.
|
Integer |
getRetryAttempts()
Gets the retry-attempts value from the configuration.
|
Integer |
getRetryMaxWait()
Gets the retry-max-wait value from the configuration.
|
String |
getValueDeserializer()
Gets the value.deserializer value from the configuration.
|
void |
validate() |
config, getBootstrapServers, getChannel, getFromAlias, getFromAliasWithDefaultValue, getTopic
public KafkaConnectorIncomingConfiguration(org.eclipse.microprofile.config.Config config)
public String getKeyDeserializer()
public String getValueDeserializer()
public Integer getFetchMinBytes()
public Optional<String> getGroupId()
public Boolean getRetry()
public Integer getRetryAttempts()
public Integer getRetryMaxWait()
public Boolean getBroadcast()
public String getAutoOffsetReset()
public void validate()
validate
in class KafkaConnectorCommonConfiguration
Copyright © 2018–2020 SmallRye. All rights reserved.