Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-2849

[Flux] Support reflist for properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Abandoned
    • None
    • None
    • Flux
    • None

    Description

      We're providing a means to invoke static factory methods for flux components via STORM-2796.
      This is follow-up issue to also provide a means to support reflist for properties.

          properties:
            - name: "timeLen"
              args:
                - ref: "time1"
            - name: "timeLenArr"
              args:
                - refList: ["time1", "time2"]
      

      Note that we also have simple workaround here, so I'm just going to set priority to be 'minor'.

          configMethods:
            - name: "setTimeLenArr"
              args:
                - reflist: ["time1", "time2"]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kabhwan Jungtaek Lim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: