Uploaded image for project: 'Flume (READ-ONLY)'
  1. Flume (READ-ONLY)
  2. FLUME-378

Allow value decorator to specify many pairs of annotations.

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Easy
    • Labels:
      None

      Description

      Lets say you want to annotate an event with two attributes.

      Right now you would have to use two value decorators:

      { value("foo","fooval") =>

      { value("bar","barval") => sink }

      }

      A bit verbose but workable. It would b enice to allow multiple values to be set by using this slightly terser notation:

      { value("foo", "fooval", "bar", "barval") => sink }

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              jon Jonathan Hsieh
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated: