[
https://issues.apache.org/jira/browse/MINIFICPP-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320064#comment-16320064
]
ASF GitHub Bot commented on MINIFICPP-363:
------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/nifi-minifi-cpp/pull/234
> Allow for unqualified class names in YAML configuration
> -------------------------------------------------------
>
> Key: MINIFICPP-363
> URL: https://issues.apache.org/jira/browse/MINIFICPP-363
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
> Priority: Minor
>
> Current configurations require processor class names that look like this:
> {code}
> org.apache.nifi.processors.standard.GenerateFlowFile
> {code}
> This is extremely verbose and essentially only is there to support configs
> converted from Java. The class names currently have no meaning in the cpp
> codebase.
> Allowing unqualified classes will help simplify hand-configured YAML
> configurations and make things easier to read. New configurations would
> support classes specified as such:
> {code}
> GenerateFlowFile
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)