Andrew Christianson created MINIFICPP-363:
---------------------------------------------

             Summary: 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)

Reply via email to