You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Rabits (JIRA)" <ji...@apache.org> on 2019/02/25 06:09:00 UTC

[jira] [Created] (NIFI-6077) Expression Language Force - give users decide where to use EL

Rabits created NIFI-6077:
----------------------------

             Summary: Expression Language Force - give users decide where to use EL
                 Key: NIFI-6077
                 URL: https://issues.apache.org/jira/browse/NIFI-6077
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Configuration, Core Framework, Core UI, Variable Registry
    Affects Versions: 1.9.0
            Reporter: Rabits


For some reason right now extensions decide where to use and where don't NFEL - that's bummer. It makes complete automation impossible and DevOps unhappy.

I think it will be good to twist this not a good practice and give users more freedom in using Expression Language / Variables whenever they want! And I think it could be solved by introducing forceEl flag for PropertyDescriptor, that could be set by user and saved with property value.

With the change we can deprecate the old complex and non-intuitive setting support of EL in the extensions and even set forceEl by default for some extensions that already supporting EL scopes.

 

I already working on the first implementation here: https://github.com/rabits/nifi/tree/force_el



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)