Description
Avro specification (https://avro.apache.org/docs/1.8.0/spec.html#Aliases "Named types and fields may have aliases") and Idl compiler supports aliases on request's fields. But org.apache.avro.Protocol.parseMessage have a special code to parse request body (not the same as for an ordinary record) and during field parsing we don't keep info about aliases. So it leads to lack of important functionality supporting protocol refactoring with backward compatibility.
Attachments
Issue Links
- links to