lordgamez commented on code in PR #1792:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1792#discussion_r1668741513
##########
libminifi/include/core/ConfigurableComponent.h:
##########
@@ -136,6 +136,8 @@ class ConfigurableComponent {
*/
bool getDynamicProperty(const std::string& name, std::string &value) const;
+ bool getDynamicProperty(const std::string& name, core::Property &item) const;
Review Comment:
It is currently used in the tests to check if dynamic property sequences are
handled properly. In the other overload only 1 value can be queried, but if the
property has multiple values as a value sequence we need this overload to check
those values.
--
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]