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

ASF GitHub Bot commented on MINIFI-30:
--------------------------------------

Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/17#discussion_r64594607
  
    --- Diff: 
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/util/ConfigTransformer.java
 ---
    @@ -219,6 +223,7 @@ private static void writeNiFiProperties(Map<String, 
Object> topLevelYaml, Output
                 Map<String, Object> componentStatusRepo = (Map<String, 
Object>) topLevelYaml.get(COMPONENT_STATUS_REPO_KEY);
                 Map<String, Object> securityProperties = (Map<String, Object>) 
topLevelYaml.get(SECURITY_PROPS_KEY);
                 Map<String, Object> sensitiveProperties = (Map<String, 
Object>) securityProperties.get(SENSITIVE_PROPS_KEY);
    +            Map<String, Object> provenanceProperties = (Map<String, 
Object>) securityProperties.get(PROVENANCE_REPORTING_KEY);
    --- End diff --
    
    Will remove, I think I originally thought something in the nifi.properties 
needed it but I guess I was mistaken


> Improve Configuration to Allow Intermediate Processors
> ------------------------------------------------------
>
>                 Key: MINIFI-30
>                 URL: https://issues.apache.org/jira/browse/MINIFI-30
>             Project: Apache NiFi MiNiFi
>          Issue Type: Improvement
>            Reporter: Joseph Percivall
>            Assignee: Joseph Percivall
>
> Currently the config.yml spec and ConfigTransformer only allow for an input 
> processor and S2S out. Going forward there needs to be a way to have 
> intermediate processors to act on and route data, as well as a way to push 
> data out using a processor (like PutMQTT) instead of S2S



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to