[
https://issues.apache.org/jira/browse/MINIFICPP-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16484003#comment-16484003
]
ASF GitHub Bot commented on MINIFICPP-502:
------------------------------------------
Github user achristianson commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/334#discussion_r189913737
--- Diff: libminifi/include/core/Property.h ---
@@ -56,10 +56,15 @@ class Property {
/*!
* Create a new property
*/
- Property(const std::string name, const std::string description, const
std::string value, bool is_required)
--- End diff --
Yeah MINIFICPP-502 is to perform validation. MINIFICPP-501 is for
incorporating the validation metadata into the agent info.
> Support required processor properties
> -------------------------------------
>
> Key: MINIFICPP-502
> URL: https://issues.apache.org/jira/browse/MINIFICPP-502
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
> Priority: Major
>
> Allow developers to specify properties as required, and validate this in the
> configuration reader.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)