public class AvroDataConfig extends AbstractDataConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroDataConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_OPTIONAL_MAP_KEYS_CONFIG |
static boolean |
ALLOW_OPTIONAL_MAP_KEYS_DEFAULT |
static String |
ALLOW_OPTIONAL_MAP_KEYS_DOC |
static String |
CONNECT_META_DATA_CONFIG |
static boolean |
CONNECT_META_DATA_DEFAULT |
static String |
CONNECT_META_DATA_DOC |
static String |
DISCARD_TYPE_DOC_DEFAULT_CONFIG
Deprecated.
|
static boolean |
DISCARD_TYPE_DOC_DEFAULT_DEFAULT |
static String |
DISCARD_TYPE_DOC_DEFAULT_DOC |
static String |
ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG |
static boolean |
ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT |
static String |
ENHANCED_AVRO_SCHEMA_SUPPORT_DOC |
static String |
SCRUB_INVALID_NAMES_CONFIG |
static boolean |
SCRUB_INVALID_NAMES_DEFAULT |
static String |
SCRUB_INVALID_NAMES_DOC |
GENERALIZED_SUM_TYPE_SUPPORT_CONFIG, GENERALIZED_SUM_TYPE_SUPPORT_DEFAULT, GENERALIZED_SUM_TYPE_SUPPORT_DOC, IGNORE_DEFAULT_FOR_NULLABLES_CONFIG, IGNORE_DEFAULT_FOR_NULLABLES_DEFAULT, IGNORE_DEFAULT_FOR_NULLABLES_DOC, SCHEMAS_CACHE_SIZE_CONFIG, SCHEMAS_CACHE_SIZE_DEFAULT, SCHEMAS_CACHE_SIZE_DOC| Constructor and Description |
|---|
AvroDataConfig(Map<?,?> props) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.common.config.ConfigDef |
baseConfigDef() |
boolean |
isAllowOptionalMapKeys() |
boolean |
isConnectMetaData() |
boolean |
isDiscardTypeDocDefault() |
boolean |
isEnhancedAvroSchemaSupport() |
boolean |
isScrubInvalidNames() |
ignoreDefaultForNullables, isGeneralizedSumTypeSupport, schemaCacheSizedocumentationOf, 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, valuesWithPrefixOverridepublic static final String ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG
public static final boolean ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT
public static final String ENHANCED_AVRO_SCHEMA_SUPPORT_DOC
public static final String SCRUB_INVALID_NAMES_CONFIG
public static final boolean SCRUB_INVALID_NAMES_DEFAULT
public static final String SCRUB_INVALID_NAMES_DOC
public static final String CONNECT_META_DATA_CONFIG
public static final boolean CONNECT_META_DATA_DEFAULT
public static final String CONNECT_META_DATA_DOC
public static final String ALLOW_OPTIONAL_MAP_KEYS_CONFIG
public static final boolean ALLOW_OPTIONAL_MAP_KEYS_DEFAULT
public static final String ALLOW_OPTIONAL_MAP_KEYS_DOC
@Deprecated public static final String DISCARD_TYPE_DOC_DEFAULT_CONFIG
public static final boolean DISCARD_TYPE_DOC_DEFAULT_DEFAULT
public static final String DISCARD_TYPE_DOC_DEFAULT_DOC
public AvroDataConfig(Map<?,?> props)
public static org.apache.kafka.common.config.ConfigDef baseConfigDef()
public boolean isEnhancedAvroSchemaSupport()
public boolean isConnectMetaData()
public boolean isScrubInvalidNames()
public boolean isDiscardTypeDocDefault()
public boolean isAllowOptionalMapKeys()
Copyright © 2026 Confluent, Inc.. All rights reserved.