arpadboda commented on pull request #974:
URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-759327316


   @adamdebreceni : currently it's about the first (stopping the whole flow). 
Being able to stop one processor might be handy in the future. 
   
   @lordgamez : for pausing the whole threadpool, I think the easy solution is 
sending back the worker threads to sleep when they wake up. 
   Somewhere in ```ThreadPool<T>::run_tasks```
   
   I just realised that stopping the worker_queue_ actually results in this. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to