RE: Merging output of multiple processors

2018-07-12 Thread Jean-Sebastien Vachon
Thanks Kevin, Knowing that I don’t have to are about the amount of data helps a lot. This will (might) be even easier than I thought. Thanks for your time and support. From: Kevin Doran Sent: July 12, 2018 12:40 PM To: users@nifi.apache.org Subject: Re: Merging output of multiple processors

Re: RPG S2S Error

2018-07-12 Thread Joe Witt
you can allow for larger backlogs by increasing the backpressure thresholds OR you can add additional nodes OR you can expire data. The whole point of the backpressure and pressure release features are to let you be in control of how many resources are dedicated to buffering data. However, in

Re: RPG S2S Error

2018-07-12 Thread Faisal Durrani
Hi Koji, I moved onto another cluster of Nifi nodes , did the same configuration for S2S there and boom.. the same error message all over the logs.(nothing on the bulletin board) Could it be because of the back pressure as i also get the error -(indicates that port

Merging output of multiple processors

2018-07-12 Thread Jean-Sebastien Vachon
Hi, I am pretty new to Nifi and I’m struggling on something that (in my mind) should be very easy to do  My flow consists of a Json file being processed by different processors to extract different information and enrich the data. Each processors have been implemented as ExecuteStreamCommand

Re: Merging output of multiple processors

2018-07-12 Thread Kevin Doran
Hi Jean-Sébastien, Sorry you’re running into trouble. NiFi can have a bit of a learning curve at first, but once you are comfortable with the components it comes with and how to use them effectively, it gets much faster to accomplish tasks such as your example. In general, don’t worry