Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Custom attributes are allowed as per Avro specification : https://avro.apache.org/docs/current/spec.html#schemas
They are allowed at schema objects and field level.
But Avro rust implementation does not support custom attributes at all.
Update implementation to support custom attributes at schema level and field level.