Class Avro

java.lang.Object
io.debezium.engine.format.Avro
All Implemented Interfaces:
SerializationFormat<byte[]>

@Incubating public class Avro extends Object implements SerializationFormat<byte[]>
A SerializationFormat defining the Avro format serialized as byte[].
  • Constructor Details

    • Avro

      public Avro()