Skip to main content

write_avro_header

Function write_avro_header 

Source
pub fn write_avro_header(buf: &mut Vec<u8>, schema_version_id: Uuid)
Expand description

Write the Glue Avro header to buf, using the uncompressed framing (compression = 0x00). Callers append the serialized record payload directly after the header, so the framed record needs only a single allocation.