- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Restrict Threads for Process group
- Labels:
-
Apache NiFi
Created 07-25-2022 02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a simple way to restrict number of threads to a NIFI process group?.
Created 07-25-2022 03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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:
Created 07-30-2022 05:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have achieved this using Wait and Noitfy which is working as per my use case.
