Class AivenCommonConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.aiven.kafka.connect.common.config.CommonConfig
io.aiven.kafka.connect.common.config.SinkCommonConfig
io.aiven.kafka.connect.common.config.AivenCommonConfig
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.FILE_COMPRESSION_TYPE_CONFIG will be removed in our next major release.static final StringDeprecated.FILE_NAME_TEMPLATE_CONFIG will be removed in our next major release.static final StringDeprecated.FORMAT_OUTPUT_ENVELOPE_CONFIG will be removed in our next major release.static final StringDeprecated.FORMAT_OUTPUT_FIELDS_CONFIG will be removed in our next major release.static final StringDeprecated.FORMAT_OUTPUT_FIELDS_VALUE_ENCODING_CONFIG will be removed in our next major release.static final StringDeprecated.FORMAT_OUTPUT_TYPE_CONFIG will be removed in our next major release.Fields inherited from class io.aiven.kafka.connect.common.config.SinkCommonConfig
FILE_MAX_BYTES, FILE_MAX_RECORDS, fileNameFragment, outputFormatFragment, sinkConfigFragmentFields inherited from class io.aiven.kafka.connect.common.config.CommonConfig
GROUP_COMPRESSION, GROUP_FORMAT, MAX_TASKS, TASK_IDFields inherited from class org.apache.kafka.common.config.AbstractConfig
CONFIG_PROVIDERS_CONFIG -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAivenCommonConfig(org.apache.kafka.common.config.ConfigDef definition, Map<?, ?> originals) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddFormatTypeConfig(org.apache.kafka.common.config.ConfigDef configDef, int formatGroupCounter) Deprecated.This class and method is deprecated please use OutputFormatFragment instead to replace this functionality.Methods inherited from class io.aiven.kafka.connect.common.config.SinkCommonConfig
addOutputFieldsFormatConfigGroup, envelopeEnabled, getCompressionType, getFilename, getFilenameTemplate, getFilenameTimestampSource, getFilenameTimezone, getFormatType, getMaxBytesPerFile, getMaxRecordsPerFile, getOutputFieldEncodingType, getOutputFields, isMaxBytesPerFileLimitedMethods inherited from class io.aiven.kafka.connect.common.config.CommonConfig
addKafkaBackoffPolicy, getKafkaRetryBackoffMs, getMaxTasks, getTaskIdMethods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
FORMAT_OUTPUT_FIELDS_CONFIG
Deprecated.FORMAT_OUTPUT_FIELDS_CONFIG will be removed in our next major release. please useSinkCommonConfig.FORMAT_OUTPUT_FIELDS_CONFIG- See Also:
-
FORMAT_OUTPUT_FIELDS_VALUE_ENCODING_CONFIG
Deprecated.FORMAT_OUTPUT_FIELDS_VALUE_ENCODING_CONFIG will be removed in our next major release. please useSinkCommonConfig.FORMAT_OUTPUT_FIELDS_VALUE_ENCODING_CONFIG- See Also:
-
FORMAT_OUTPUT_TYPE_CONFIG
Deprecated.FORMAT_OUTPUT_TYPE_CONFIG will be removed in our next major release. please useSinkCommonConfig.FORMAT_OUTPUT_TYPE_CONFIG- See Also:
-
FORMAT_OUTPUT_ENVELOPE_CONFIG
Deprecated.FORMAT_OUTPUT_ENVELOPE_CONFIG will be removed in our next major release. please useSinkCommonConfig.FORMAT_OUTPUT_ENVELOPE_CONFIG- See Also:
-
FILE_COMPRESSION_TYPE_CONFIG
Deprecated.FILE_COMPRESSION_TYPE_CONFIG will be removed in our next major release. please useSinkCommonConfig.FILE_COMPRESSION_TYPE_CONFIG- See Also:
-
FILE_NAME_TEMPLATE_CONFIG
Deprecated.FILE_NAME_TEMPLATE_CONFIG will be removed in our next major release. please useSinkCommonConfig.FILE_NAME_TEMPLATE_CONFIG- See Also:
-
-
Constructor Details
-
AivenCommonConfig
protected AivenCommonConfig(org.apache.kafka.common.config.ConfigDef definition, Map<?, ?> originals) Deprecated.
-
-
Method Details
-
addFormatTypeConfig
protected static void addFormatTypeConfig(org.apache.kafka.common.config.ConfigDef configDef, int formatGroupCounter) Deprecated.This class and method is deprecated please use OutputFormatFragment instead to replace this functionality. alternatively switch to using the SinkCommonConfig and it will be automatically loaded in the super() method.- Parameters:
configDef- The configuration definitionformatGroupCounter- the counter to use to increment the config id
-
SinkCommonConfiginstead