Class CommonConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.aiven.kafka.connect.common.config.CommonConfig
- Direct Known Subclasses:
SinkCommonConfig
,SourceCommonConfig
public class CommonConfig
extends org.apache.kafka.common.config.AbstractConfig
The base configuration or all connectors.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CommonConfig
(org.apache.kafka.common.config.ConfigDef definition, Map<?, ?> props) Constructs the CommonConfig with the backoff policy. -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addKafkaBackoffPolicy
(org.apache.kafka.common.config.ConfigDef configDef) Deprecated.No longer needed.Gets the Kafka retry backoff time in MS.int
Get the maximum number of tasks that should be run by this connector configuration Max Tasks is set within the Kafka Connect framework and so is retrieved slightly differently in ConnectorConfig.javaint
Get the task id for this configurationMethods inherited from class org.apache.kafka.common.config.AbstractConfig
equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
GROUP_COMPRESSION
- See Also:
-
GROUP_FORMAT
- See Also:
-
TASK_ID
- See Also:
-
MAX_TASKS
- See Also:
-
-
Constructor Details
-
CommonConfig
Constructs the CommonConfig with the backoff policy.- Parameters:
definition
- the definition to add the backoff policy too.props
- The properties to construct the configuration with.
-
-
Method Details
-
addKafkaBackoffPolicy
@Deprecated protected static void addKafkaBackoffPolicy(org.apache.kafka.common.config.ConfigDef configDef) Deprecated.No longer needed. -
getKafkaRetryBackoffMs
Gets the Kafka retry backoff time in MS.- Returns:
- The Kafka retry backoff time in MS.
-
getMaxTasks
public int getMaxTasks()Get the maximum number of tasks that should be run by this connector configuration Max Tasks is set within the Kafka Connect framework and so is retrieved slightly differently in ConnectorConfig.java- Returns:
- The maximum number of tasks that should be run by this connector configuration
-
getTaskId
public int getTaskId()Get the task id for this configuration- Returns:
- The task id for this configuration
-