Mike Thomsen created NIFI-8993:
----------------------------------
Summary: Add the ability to connect directly to a SchemaRegistry
service from within ScriptedTransformRecord to enable the conversion of records
Key: NIFI-8993
URL: https://issues.apache.org/jira/browse/NIFI-8993
Project: Apache NiFi
Issue Type: New Feature
Reporter: Mike Thomsen
Assignee: Mike Thomsen
The ScriptedTransformRecord processor has the ability to be used as a
programmatic alternative to JOLT. I've done this before with it using a fat jar
that contains a compiled version of an Avro schema, imported a helper class
that defines the schema, and then used the processor to generate and write new
records. It's a really powerful and easy to debug alternative to anything that
uses JOLT.
The purpose of this ticket is to enable users to bypass the the creation of a
fat jar and directly access a schema registry with a helper that simplifies the
lookup process.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)