Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Restrict Threads for Process group

avatar
Rising Star

Is there a simple way to restrict number of threads to a NIFI process group?. 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

In nifi there is no provision to restrict resources based upon process groups or processors, so the same goes for threads. 

but what you can do with your current request on limiting threads, you can run the processors which are part of one process group with default concurrent task 1 settings if not already done.

 

Thank You. 

View solution in original post

3 REPLIES 3

avatar
Master Collaborator

In nifi there is no provision to restrict resources based upon process groups or processors, so the same goes for threads. 

but what you can do with your current request on limiting threads, you can run the processors which are part of one process group with default concurrent task 1 settings if not already done.

 

Thank You. 

avatar
Community Manager

@Althotta, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.  



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Rising Star

I have achieved this using Wait and Noitfy which is working as per my use case.