Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/405#discussion_r221069962
--- Diff: libminifi/include/properties/Properties.h ---
@@ -60,6 +60,9 @@ class Properties {
// Get the config value
bool get(std::string key, std::string &value);
+ // Get the config value
--- End diff --
I think you're getting intermediate commits as I work through issues with
another Apache person -- this one isn't quite ready for review. I'll close the
PR in the meantime.
---