phrocker commented on a change in pull request #460: MINIFICPP-479: Add
processor property descriptor updates. WIP
URL: https://github.com/apache/nifi-minifi-cpp/pull/460#discussion_r241749699
##########
File path: libminifi/include/core/FlowConfiguration.h
##########
@@ -70,7 +70,11 @@ class FlowConfiguration : public CoreComponent {
logger_(logging::LoggerFactory<FlowConfiguration>::getLogger()) {
controller_services_ =
std::make_shared<core::controller::ControllerServiceMap>();
service_provider_ =
std::make_shared<core::controller::StandardControllerServiceProvider>(controller_services_,
nullptr, configuration);
- flow_version_ = std::make_shared<state::response::FlowVersion>("",
"default", "");
+ std::string flowUrl = "", bucket_id = "default", flowId = "";
Review comment:
I used auto and then let it autobox ( from the assignment ) but windows
failed on the compilation of that -- I changed it without regard to the sets.
I'll try to remember changing this. thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services