public class AvroDataConfig
extends org.apache.kafka.common.config.AbstractConfig
Modifier and Type | Class and Description |
---|---|
static class |
AvroDataConfig.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
CONNECT_META_DATA_CONFIG |
static boolean |
CONNECT_META_DATA_DEFAULT |
static String |
CONNECT_META_DATA_DOC |
static String |
ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG |
static boolean |
ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT |
static String |
ENHANCED_AVRO_SCHEMA_SUPPORT_DOC |
static String |
SCHEMAS_CACHE_SIZE_CONFIG |
static int |
SCHEMAS_CACHE_SIZE_DEFAULT |
static String |
SCHEMAS_CACHE_SIZE_DOC |
Constructor and Description |
---|
AvroDataConfig(Map<?,?> props) |
Modifier and Type | Method and Description |
---|---|
static org.apache.kafka.common.config.ConfigDef |
baseConfigDef() |
int |
getSchemasCacheSize() |
boolean |
isConnectMetaData() |
boolean |
isEnhancedAvroSchemaSupport() |
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
public 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 CONNECT_META_DATA_CONFIG
public static final boolean CONNECT_META_DATA_DEFAULT
public static final String CONNECT_META_DATA_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
public AvroDataConfig(Map<?,?> props)
Copyright © 2020 Red Hat. All rights reserved.