Package org.nuxeo.runtime.codec
Class AvroRecordCodecFactory
java.lang.Object
org.nuxeo.runtime.codec.AvroRecordCodecFactory
- All Implemented Interfaces:
CodecFactory
Factory to generate Record compliant with Confluent Avro, ready to be used by ksqlDB.
- Since:
- 11.4
-
Field Details
-
KEY_SCHEMA_REGISTRY_URLS
- See Also:
-
DEFAULT_SCHEMA_REGISTRY_URLS
- See Also:
-
KEY_MESSAGE_CLASS
- See Also:
-
messageClassName
-
schemaRegistryUrls
-
-
Constructor Details
-
AvroRecordCodecFactory
public AvroRecordCodecFactory()
-
-
Method Details
-
init
Description copied from interface:CodecFactory
Initializes the codec factory using a map of options.- Specified by:
init
in interfaceCodecFactory
-
newCodec
Description copied from interface:CodecFactory
Returns a codec object enables to encode/decode object ot class T.- Specified by:
newCodec
in interfaceCodecFactory
-