Skip to main content

Module avro_serializer

Module avro_serializer 

Source
Expand description

Avro serialization using arrow-avro with Confluent Schema Registry.

AvroSerializer implements RecordSerializer by wrapping the arrow-avro Writer with SOE format, producing per-record payloads with the Confluent wire format prefix (0x00 + 4-byte BE schema ID

  • Avro body).

Structsยง

AvroSerializer
Avro serializer backed by arrow-avro with optional Schema Registry.