Class AvroDataConfig
- java.lang.Object
-
- org.apache.kafka.common.config.AbstractConfig
-
- io.apicurio.registry.utils.converter.avro.AvroDataConfig
-
public class AvroDataConfig extends org.apache.kafka.common.config.AbstractConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AvroDataConfig.Builder
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description AvroDataConfig(Map<?,?> props)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.kafka.common.config.ConfigDef
baseConfigDef()
int
getSchemasCacheSize()
boolean
isConnectMetaData()
boolean
isEnhancedAvroSchemaSupport()
-
Methods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
-
-
-
Field Detail
-
ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG
public static final String ENHANCED_AVRO_SCHEMA_SUPPORT_CONFIG
- See Also:
- Constant Field Values
-
ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT
public static final boolean ENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULT
- See Also:
- Constant Field Values
-
ENHANCED_AVRO_SCHEMA_SUPPORT_DOC
public static final String ENHANCED_AVRO_SCHEMA_SUPPORT_DOC
- See Also:
- Constant Field Values
-
CONNECT_META_DATA_CONFIG
public static final String CONNECT_META_DATA_CONFIG
- See Also:
- Constant Field Values
-
CONNECT_META_DATA_DEFAULT
public static final boolean CONNECT_META_DATA_DEFAULT
- See Also:
- Constant Field Values
-
CONNECT_META_DATA_DOC
public static final String CONNECT_META_DATA_DOC
- See Also:
- Constant Field Values
-
SCHEMAS_CACHE_SIZE_CONFIG
public static final String SCHEMAS_CACHE_SIZE_CONFIG
- See Also:
- Constant Field Values
-
SCHEMAS_CACHE_SIZE_DEFAULT
public static final int SCHEMAS_CACHE_SIZE_DEFAULT
- See Also:
- Constant Field Values
-
SCHEMAS_CACHE_SIZE_DOC
public static final String SCHEMAS_CACHE_SIZE_DOC
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AvroDataConfig
public AvroDataConfig(Map<?,?> props)
-
-