[
https://issues.apache.org/jira/browse/AVRO-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435169#comment-17435169
]
Oscar Westra van Holthe - Kind commented on AVRO-3135:
------------------------------------------------------
Schema references are currently implemented based on their full name (including
namespace). These can be made available ("imported") by reading the
corresponding schema files with the parser first.
Another way is to use the IDL format to write your schemas, as these allow you
to explicitly define which IDL, schema or protocol file you want to import.
How would this work with the IDL format?
> Add schema serialization/deserialization hooks, to aid implementation of
> "schema references"
> --------------------------------------------------------------------------------------------
>
> Key: AVRO-3135
> URL: https://issues.apache.org/jira/browse/AVRO-3135
> Project: Apache Avro
> Issue Type: New Feature
> Components: java
> Reporter: Zoltan Farkas
> Assignee: Zoltan Farkas
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> This capability's main use case is to allow easy implementation of schema
> references. For a more detailed writeup please see:
> https://github.com/zolyfarkas/jaxrs-spf4j-demo/wiki/AvroReferences#why-avro-references
--
This message was sent by Atlassian Jira
(v8.3.4#803005)