Class AvroMessageCodec<T>

  • All Implemented Interfaces:
    Codec<T>

    public class AvroMessageCodec<T>
    extends Object
    implements Codec<T>
    Avro Single object encoding: magic 2 bytes + schema fingerprint 8 bytes + avro binary. See https://avro.apache.org/docs/current/spec.html#single_object_encoding When using a SchemaStore the writer and reader schemas can evolve.
    Since:
    10.2