Re: Where can I find documentation of implementing custom processor?

2016-04-21 Thread Ashraf Hasson
e Nifi controller service. The example in this post will utilize Java Properties files. Thanks, From: Andy LoPresto <alopre...@apache.org> Sent: April 20, 2016 6:59 PM To: d...@nifi.apache.org Subject: Re: Where can I find documentation of implementing custom pr

Re: Where can I find documentation of implementing custom processor?

2016-04-20 Thread Andy LoPresto
Hi Keith, I’ve moved this conversation to the dev list as that is where coding is more frequently discussed as opposed to the users list. If you’re not already subscribed, you can do so following the instructions here [1] to ensure you see any replies. The best approach is probably to examine

Re: Where can I find documentation of implementing custom processor?

2016-04-20 Thread Joe Witt
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

Where can I find documentation of implementing custom processor?

2016-04-20 Thread Keith Lim
Is there any good example of implementing a custom Processor? Thanks, Keith