Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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

avatar
Explorer

Screenshot (23).png

1 REPLY 1

avatar
Master Mentor

@sangee 

 

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