nifi/nifi-framework-bundle
Mark Payne e9e6b1f98b
NIFI-14197 Fixed Exception Handling for FlowFileFilter with Queued FlowFiles (#9668)
- Ensure that any FlowFiles that are pulled from the FlowFileQueue during ProcessSession.get(FlowFileFilter) are placed back on the queue if an Exception is thrown by the filter

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2025-01-29 15:09:28 -06:00
..