Re: [EXT] Re: FlowFile Expiration - Lineage vs Queue Times

2019-07-24 Thread Brian Ghigiarelli
To add to the back pressure management options, we wrote a custom "RouteOnBackPressure" processor [1] that would allow us to re-route the incoming flow after outgoing queues hit their backpressure thresholds. The processor itself doesn't handle anything with expiration (though output queues

RE: [EXT] Re: FlowFile Expiration - Lineage vs Queue Times

2019-07-24 Thread Peter Wicks (pwicks)
Thanks for the input Mark, I can definitely see that being valuable. That leads to some new ideas. We could have an, "Expiration Strategy" drop down. Options might be: - Lineage Expiration (default, keeps backwards compat.) - Queue Expiration - Back Pressure + Queue Expiration (which would