Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Best practice on building a new NiFi processors?

avatar
Master Guru

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?

1 ACCEPTED SOLUTION

avatar
Master Guru
3 REPLIES 3

avatar
Master Guru

The easiest way is to use the processor archetype described here:

https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions

avatar

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

avatar
Master Guru

thanks guys