Hello, I was wondering if there was a recommendation on how to extend the functionality of nifi processors without forking the nifi repository. I'm looking for a way to include a processor's nar in my project and extend from it. I'd also like to be able to extend that processor's test suite so I can leverage that. The "solution" I found (if you can call it that) was to copy the code from Validate record.java into a new class and make the changes I wanted to.
Thanks, Eric
