Skip to main content

decode_avro

Function decode_avro 

Source
fn decode_avro(
    schema: &Schema,
    bytes: &[u8],
    glue: bool,
) -> Result<Value, Error>
Expand description

Decode Avro bytes with schema, stripping Glue framing when glue is set and Confluent framing otherwise.