martinzink commented on code in PR #2205: URL: https://github.com/apache/nifi-minifi-cpp/pull/2205#discussion_r3492354263
########## minifi-api/include/minifi-api.h: ########## Review Comment: fair point, ive removed that directory and its minifi-api/include/minifi-api.h instead ########## libminifi/include/core/Processor.h: ########## @@ -147,6 +148,7 @@ class Processor : public ConnectableImpl, public ConfigurableComponentImpl, publ std::atomic<std::chrono::steady_clock::duration> yield_period_; std::atomic<uint8_t> active_tasks_; + std::atomic<bool> trigger_when_empty_; Review Comment: 👍 https://github.com/apache/nifi-minifi-cpp/pull/2205/changes/af940b4217fa05b17a4026b6140b0fc51349c7aa#diff-37af8362a6660d247cde1e1a299699878a7f1e73d91e7a9a412d8ce38f3e3600R62-R82 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
