Package com.networknt.kafka.common
Class AbstractAvroSerDe
- java.lang.Object
-
- com.networknt.kafka.common.AbstractAvroSerDe
-
- Direct Known Subclasses:
AbstractAvroDeserializer,AbstractAvroSerializer
public class AbstractAvroSerDe extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>configprotected static intidSizeprotected static byteMAGIC_BYTEprotected io.confluent.kafka.schemaregistry.client.SchemaRegistryClientschemaRegistry
-
Constructor Summary
Constructors Constructor Description AbstractAvroSerDe()
-
-
-
Field Detail
-
MAGIC_BYTE
protected static final byte MAGIC_BYTE
- See Also:
- Constant Field Values
-
idSize
protected static final int idSize
- See Also:
- Constant Field Values
-
schemaRegistry
protected io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistry
-
-