You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/10 19:19:00 UTC

[jira] [Commented] (MINIFICPP-118) Dynamic Properties support for processors

    [ https://issues.apache.org/jira/browse/MINIFICPP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320895#comment-16320895 ] 

ASF GitHub Bot commented on MINIFICPP-118:
------------------------------------------

Github user achristianson commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/37
  
    Taking this on.


> Dynamic Properties support for processors
> -----------------------------------------
>
>                 Key: MINIFICPP-118
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-118
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Jeremy Dyer
>            Assignee: Andrew Christianson
>             Fix For: 0.4.0
>
>
> Currently any Property read from the config.yml file that is not explicitly defined in the processor's implementation will be ignored by Processor.cpp when reading the configurations. This prevents any dynamic property from being defined in the config.yml and passed to the processor at runtime. Certain processors rely heavily on the concept of dynamic properties that are passed to them at runtime to handle things like setting dynamic properties based on properties that are declared. All of these possibilities cannot be handled upfront so there should be a mechanism, most likely in Processor.cpp, that allows for a list of dynamicProperties that are parsed form the config.yml file to be stored and accessed by the underlying processor implementation at runtime and use them as the processor desires.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)