mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
- Support counters at Wait/Notify processors so that NiFi flow can be configured to wait for N signals - Extract Wait/Notify logics into WaitNotifyProtocol - Added FragmentAttributes to manage commonly used fragment attributes - Changed existing split processors to set 'fragment.identifier' and 'fragment.count', so that Wait can use those to wait for all splits get processed This closes #1420. Signed-off-by: Bryan Bende <bbende@apache.org>