exceptionfactory commented on PR #7782: URL: https://github.com/apache/nifi/pull/7782#issuecomment-1753346620
@dan-s1 Yes, a separate Jira issue would be the next step. Based on the discussion, there are a couple ways forward. 1. Update ValidateJson to support NDJSON, validating each object using the configured JSON Schema settings 2. Update ValidateRecord to support validating Records using JSON Schema The second option would have larger benefits, with the ability to validate any kind of Record using JSON Schema. It also has greater complexity, as it requires some translation approach from NiFi Records to objects that the JSON Schema and understand. It would be helpful to outline the general strategy and discuss further details on a new Jira issue before opening a new pull request, as there are some important details to consider. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
