Hello Keith, We do have a solid developer guide here [1] that goes into the key concepts and processor development a bit. The next best thing is to use the supplied maven archetype to lay down the fundamental pieces. You can read a bit more about that here [2]. Finally something that is also quite helpful is looking at the standard processors to see if anything follows the pattern/problem you had in mind and which can serve as a good basis [3]
That said it is pretty wild that we do not have a good canonical 'Hello World Processor' tutorial created already. So created a JIRA to do that. [1] https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html [2] https://richardstechnotes.wordpress.com/2015/12/06/setting-up-for-custom-nifi-processor-development/ [3] https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard [4] https://issues.apache.org/jira/browse/NIFI-1796 Thanks Joe On Wed, Apr 20, 2016 at 6:42 PM, Keith Lim <keith....@ds-iq.com> wrote: > Is there any good example of implementing a custom Processor? > > > Thanks, > Keith