Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/2619
I haven't gone too deep looking at this, but if the goal is to have a
re-usable way to infer a schema from JSON across various NoSQL components, have
we considered just putting some utility code in a JAR somewhere under
nifi-nar-bundles/nifi-extension-utils rather than trying to hook into the
SchemaAccessStrategy/SchemaRegistryService?
I'm just on the fence about whether the schema access stuff makes sense
here since that was designed for the readers/writers, and this is really coming
from a different angle of already having some Map object in memory.
---