Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-443

Simplify how decorators are specified.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.3
    • None
    • None

    Description

      decorators are the most common construct used in the configuration language.

      Currently the syntax is:

      { deco => sink }

      { deco1 =>

      { deco2 => sink}

      } }

      We should be able to simplify this to just use juxtaposition to make a spec with a decorators cleaner:

      deco sink
      deco1 deco2 sink

      Attachments

        Issue Links

          Activity

            People

              jmhsieh Jonathan Hsieh
              jmhsieh Jonathan Hsieh
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: