[
https://issues.apache.org/jira/browse/MINIFICPP-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483246#comment-16483246
]
ASF GitHub Bot commented on MINIFICPP-502:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/334#discussion_r189748104
--- 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 --
What's the purpose of this ticket? is_required already existed...
> 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)