Created 07-25-2022 02:31 AM
Is there a simple way to restrict number of threads to a NIFI process group?.
Created 07-25-2022 03:22 AM
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.
Created 07-25-2022 03:22 AM
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.
Created 07-28-2022 10:42 PM
@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,Created 07-30-2022 05:18 PM
I have achieved this using Wait and Noitfy which is working as per my use case.