Class AvroRecordCodec<T extends Record>

  • All Implemented Interfaces:
    Codec<T>

    public class AvroRecordCodec<T extends Record>
    extends Object
    implements Codec<T>
    Instead of having an Avro Record envelop that contains a data encoded in Avro, this structure is a flat Avro message joining schemas of the Record and data. This encoding can then be read by any Confluent Avro reader.
    Since:
    11.4