David Handermann created NIFI-15826:
---------------------------------------

             Summary: Optimize JSON Property Validator Input Reading
                 Key: NIFI-15826
                 URL: https://issues.apache.org/jira/browse/NIFI-15826
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: David Handermann
            Assignee: David Handermann


The {{JsonValidator}} class in {{nifi-json-utils}} creates a new instance of 
the Jackson {{ObjectMapper}} on every invocation, which is very inefficient. 
For JSON validation, the implementation should be simplified to use the 
{{JsonParser}} from {{jackson-core}} instead of {{{}ObjectMapper{}}}. The 
module should also be renamed to {{nifi-json-validator}} clarity.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to