- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to configure wait and notify processor in NiFi so that when one flow file is ingested into the database it has to notify and after that next flow file should come from wait
- Labels:
-
Apache NiFi
Created ‎04-23-2021 06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-06-2021 02:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Details around your use case may be helpful.
The SplitText processor will output all FlowFiles produced at the exact same time to the "splits" relationship. So if you intent is to wait until all splits from a single source FlowFile are produced before processing those splits, this flow is not needed.
Pierre has written an excellent blog around using wait and notify processors in a dataflow that does merge and split. Check it out here:
https://pierrevillard.com/2018/06/27/nifi-workflow-monitoring-wait-notify-pattern-with-split-and-mer...
If you found this helpful with your query, please take a moment to login and click accept on this solution.
Thanks,
Matt
