public class AbstractDataConfig
extends org.apache.kafka.common.config.AbstractConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERALIZED_SUM_TYPE_SUPPORT_CONFIG |
static boolean |
GENERALIZED_SUM_TYPE_SUPPORT_DEFAULT |
static String |
GENERALIZED_SUM_TYPE_SUPPORT_DOC |
static String |
IGNORE_DEFAULT_FOR_NULLABLES_CONFIG |
static boolean |
IGNORE_DEFAULT_FOR_NULLABLES_DEFAULT |
static String |
IGNORE_DEFAULT_FOR_NULLABLES_DOC |
static String |
SCHEMAS_CACHE_SIZE_CONFIG |
static int |
SCHEMAS_CACHE_SIZE_DEFAULT |
static String |
SCHEMAS_CACHE_SIZE_DOC |
| Constructor and Description |
|---|
AbstractDataConfig(org.apache.kafka.common.config.ConfigDef definition,
Map<?,?> props) |
AbstractDataConfig(Map<?,?> props) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.common.config.ConfigDef |
baseConfigDef() |
boolean |
ignoreDefaultForNullables() |
boolean |
isGeneralizedSumTypeSupport() |
int |
schemaCacheSize() |
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, valuesWithPrefixOverridepublic static final String GENERALIZED_SUM_TYPE_SUPPORT_CONFIG
public static final boolean GENERALIZED_SUM_TYPE_SUPPORT_DEFAULT
public static final String GENERALIZED_SUM_TYPE_SUPPORT_DOC
public static final String IGNORE_DEFAULT_FOR_NULLABLES_CONFIG
public static final boolean IGNORE_DEFAULT_FOR_NULLABLES_DEFAULT
public static final String IGNORE_DEFAULT_FOR_NULLABLES_DOC
public static final String SCHEMAS_CACHE_SIZE_CONFIG
public static final int SCHEMAS_CACHE_SIZE_DEFAULT
public static final String SCHEMAS_CACHE_SIZE_DOC
Copyright © 2026 Confluent, Inc.. All rights reserved.