adamdebreceni commented on a change in pull request #914:
URL: https://github.com/apache/nifi-minifi-cpp/pull/914#discussion_r498055943
##########
File path: libminifi/include/properties/Properties.h
##########
@@ -65,6 +67,13 @@ class Properties {
*/
bool get(const std::string &key, std::string &value) const;
+ /**
+ * Returns the config value.
+ * @param key key to look up
+ * @returns the value if found, otherwise nullopt
+ */
+ utils::optional<std::string> get(const std::string &key) const;
Review comment:
👍
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]