Created 11-08-2016 07:58 PM
I want to start building a new NiFi Processor. Where is the code hosted as I do not want to deviate from the base? Are they any guides/best practice to build new NiFi processors? Any templates I can start with to start building and possible contribute back to the communitty a new processor?
Created 11-08-2016 07:59 PM
The easiest way is to use the processor archetype described here:
https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions
Created 11-08-2016 07:59 PM
The easiest way is to use the processor archetype described here:
https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions
Created 11-08-2016 08:02 PM
Make sure to go over the Dev Guide - a great collection of best practices for processor developers: https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html
Created 11-08-2016 09:32 PM
thanks guys