Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5492

UDF in Expression Language

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 1.5.0, 1.6.0, 1.7.0, 1.7.1
    • None
    • Core Framework

    Description

      Set of functions available to use in expression language is limited by predefined ones.

      This request is to provide an ability to plug in custom/user defined functions.

      For example:

      ${exec('com.example.MyUDF', 'param1', 'param2')}

      Should be able to support:

      1. Multiple, not limited number of parameters (including zero params)
      2. Param data types should  support all EL data types (dates, whole numbers, decimals, strings, booleans)

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            bdesert Ed Berezitsky
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: