Module headers

Source
Expand description

Handling of Avro magic headers

Structs§

GlueSchemaUuidHeader
HeaderBuilder based on Glue schema UUID
RabinFingerprintHeader
HeaderBuilder based on the Rabin schema fingerprint

Traits§

HeaderBuilder
This trait represents that an object is able to construct an Avro message header. It is implemented for some known header types already. If you need a header type that is not already included here, then you can create your own struct and implement this trait.