Re: Modularize nifi flows

2018-02-19 Thread Georg Heiler
This sounds great. Thanks. Joe Witt schrieb am Mo. 19. Feb. 2018 um 23:07: > Georg > > Expanding on where I think Andrew was going... > > With the NiFi 1.5.0 release and the associated NiFi Registry release > you can now do this in a really powerful way. You can now create an > 'Error Handling'

Re: Modularize nifi flows

2018-02-19 Thread Joe Witt
Georg Expanding on where I think Andrew was going... With the NiFi 1.5.0 release and the associated NiFi Registry release you can now do this in a really powerful way. You can now create an 'Error Handling' flow which you can version control in the nifi registry. You can then use this versioned

Re: Modularize nifi flows

2018-02-19 Thread Andrew Grande
A Processing Group would serve as a reusable unit, which then has version control applied to it. You would model your flows to abstract interactions with e.g. in/output port objects. They also mentioned that nested PG can be versioned separately, looks like git submodules behavior, but I haven't t

Modularize nifi flows

2018-02-19 Thread Georg Heiler
How can I modularize and reuse parts of my nifi flows? I.e. Have a shared logging and error handling strategy which can be centrally configureed for all processor groups. Best Georg