Hi Mike, You might already have found it, but AvroTypeUtil.createSchema is probably what you are looking for. https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/avro/AvroTypeUtil.java#L341
Thanks, Koji On Wed, Dec 27, 2017 at 9:15 PM, Mike Thomsen <[email protected]> wrote: > Is there an API for compiling an avro schema to a RecordSchema object, or > is it more involved than that? > > Thanks, > > Mike
