Re: Static processor design

2021-01-09 Thread Mark Bean
Russ, If you're going to process a flowfile by a processor via ProcessSession (even if "process" does nothing but pass the FF along, unmodified), you still need to get it from the session and subsequently transfer it to a relationship. My suggestion was meant to indicate you can handle multiple

Re: Static processor design

2021-01-09 Thread Russell Bateman
Mark, Thanks for responding. I think my question is a little more naive than that on my part. I want to get those files through there as fast as possible. If I ask for /n/ files, how many would contribute to them getting them through the quickest? After all, I will do nothing at all to any

Re: Static processor design

2021-01-09 Thread Mark Bean
Russell, You can use "session.get(N)" where N is an integer. This will get up to N flowfiles per OnTrigger() call. -Mark On Fri, Jan 8, 2021 at 5:07 PM Russell Bateman wrote: > Very well, I have decided to force customer flowfiles through this > processor (I did check out the /Listen/*

Re: Including total or average queued duration for a Connection within ConnectionStatus

2021-01-09 Thread Pierre Villard
Hi Jon, >From a monitoring perspective, I think it makes a lot of sense. This could also help quickly finding in a large flow where the flow files may spend most of the time (even though this could be seen via the lineage data as well). Thanks for filing the JIRA! Pierre Le ven. 8 janv. 2021 à