szaszm commented on code in PR #1340:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1340#discussion_r906188273


##########
libminifi/include/FlowController.h:
##########
@@ -252,8 +255,7 @@ class FlowController : public 
core::controller::ForwardingControllerServiceProvi
   // Thread pool for schedulers
   utils::ThreadPool<utils::TaskRescheduleInfo> thread_pool_;
   std::map<utils::Identifier, std::unique_ptr<state::ProcessorController>> 
processor_to_controller_;
+  std::unique_ptr<state::MetricsPublisher> metrics_publisher_;

Review Comment:
   That's fine, I've created the followup jria: 
https://issues.apache.org/jira/browse/MINIFICPP-1869



-- 
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]

Reply via email to