mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 03:55:22 +00:00
c1b99d584d
NIFI-4028: Refactored Wait processor. - Consolidated implementation for the cases of releasableFlowCount is 1 or more, in order to reduce complexity and behavior differences - Added 'consumed' counter when total counter is used to release incoming FlowFiles - Fixed method name typo, releaseCandidates This closes #2055. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>