Expand description
Avro deserialization using arrow-avro with Confluent Schema Registry.
AvroDeserializer implements RecordDeserializer by wrapping the
arrow-avro push-based Decoder, which
natively supports the Confluent wire format (0x00 + 4-byte BE schema ID
- Avro payload).
Structsยง
- Avro
Deserializer - Avro deserializer backed by
arrow-avrowith optional Schema Registry.