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 classAvroDataConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECT_META_DATA_CONFIGstatic booleanCONNECT_META_DATA_DEFAULTstatic StringCONNECT_META_DATA_DOCstatic StringENHANCED_AVRO_SCHEMA_SUPPORT_CONFIGstatic booleanENHANCED_AVRO_SCHEMA_SUPPORT_DEFAULTstatic StringENHANCED_AVRO_SCHEMA_SUPPORT_DOCstatic StringSCHEMAS_CACHE_SIZE_CONFIGstatic intSCHEMAS_CACHE_SIZE_DEFAULTstatic StringSCHEMAS_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.ConfigDefbaseConfigDef()intgetSchemasCacheSize()booleanisConnectMetaData()booleanisEnhancedAvroSchemaSupport()-
Methods 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 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)
-
-