lordgamez commented on code in PR #1490:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1490#discussion_r1134000188


##########
libminifi/src/core/state/nodes/ResponseNodeLoader.cpp:
##########
@@ -32,11 +32,12 @@
 
 namespace org::apache::nifi::minifi::state::response {
 
-ResponseNodeLoader::ResponseNodeLoader(std::shared_ptr<Configure> 
configuration, std::shared_ptr<core::Repository> provenance_repo,
-    std::shared_ptr<core::Repository> flow_file_repo, 
std::shared_ptr<core::FlowConfiguration> flow_configuration)
+ResponseNodeLoader::ResponseNodeLoader(std::shared_ptr<Configure> 
configuration, std::shared_ptr<core::RepositoryMetricsSource> provenance_repo,
+      std::shared_ptr<core::RepositoryMetricsSource> flow_file_repo, 
std::shared_ptr<core::RepositoryMetricsSource> content_repo, 
std::shared_ptr<core::FlowConfiguration> flow_configuration)

Review Comment:
   Good idea, updated in 3654c584f3e1399b46df0560d536d62786ca2ce3



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