You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2021/11/16 07:47:05 UTC

[GitHub] [avro] opwvhk commented on pull request #1217: AVRO-3135: ability to hook into schema ser/deser to implement schema refer…

opwvhk commented on pull request #1217:
URL: https://github.com/apache/avro/pull/1217#issuecomment-969968522


   The thing I like about current `.avsc` files is that they are complete. Using external references breaks that, and would require some form of compilation/resolution to name the schema complete again.
   
   Instead, one can also use `.avdl` (IDL) files: these support resolving imports from both
   * the file system (splitting large schemata in multiple files) and
   * the class path (allowing your dependency system to import schemata by version)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org