Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v0.9.3
-
Component/s: None
-
Labels: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
- relates to
-
FLUME-17 Remove LET sink expressions
-
- Resolved
-