json-avro-converter
json-avro-converter copied to clipboard
importing schemas with custom avro types
avro-maven-plugin allows to import schemas, meaning, that I can have one avro split into multiple files, reusing schemas. Is it somehow possible to do the same here? I would like to convert json to avro, where I specify root record avro schema, which references multiple schemas, which defines custom types. Is this possible or will this be possible in future?