Expand description
Handling of Avro magic headers
Structs§
- Glue
Schema Uuid Header - HeaderBuilder based on Glue schema UUID
- Rabin
Fingerprint Header - HeaderBuilder based on the Rabin schema fingerprint
Traits§
- Header
Builder - 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.