Avro Schema

Apache Avro is a data serialization system which uses schemas such that when Avro data is read the data is formatted to the schema. This allows the information to be written with no per-value overheads, making serialization both fast and compact. Connect uses Avro formats to reduce the size of the data and to increase processing efficiency.

The sub-sections provide information on schemas defined for different event types.