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

    https://github.com/apache/nifi/pull/563#discussion_r72814952
  
    --- Diff: 
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/pom.xml ---
    @@ -35,6 +35,10 @@
                 <artifactId>nifi-utils</artifactId>
             </dependency>
             <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-expression-language</artifactId>
    --- End diff --
    
    @ijokarumawak supporting EL for those properties makes sense. There are 
subject-less functions in EL as well as the ability to reference system, 
environment and custom variables set through the variable registry by using EL. 
    
    I was just confused because since they already had references to EL 
functions, why did this need to get added as an explicit dependency?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to