Hi,

We have a bunch of avro schema files and want to generate specific record
for each. All schema files exist in a directory called X. Those schema
files may reference some common schemas defined in another directory called
Y. So far, we have been using some of the internal apis such as
Schema.parse(JsonNode schema, Names names) to achieve this. Is there an
easy way to achieve this using the public apis?

Thanks,

Jun

Reply via email to