Uploaded image for project: 'Apache NiFi MiNiFi C++'
  1. Apache NiFi MiNiFi C++
  2. MINIFICPP-118

Dynamic Properties support for processors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.1.0
    • 0.5.0
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              achristianson Andrew Christianson
              jeremy.dyer Jeremy Dyer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: