You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Ashish Paliwal (JIRA)" <ji...@apache.org> on 2014/11/05 09:57:34 UTC

[jira] [Resolved] (FLUME-378) Allow value decorator to specify many pairs of annotations.

     [ https://issues.apache.org/jira/browse/FLUME-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Paliwal resolved FLUME-378.
----------------------------------
       Resolution: Won't Fix
    Fix Version/s: v0.9.5

Won't fix. 0.X branch not maintained anymore

> Allow value decorator to specify many pairs of annotations.
> -----------------------------------------------------------
>
>                 Key: FLUME-378
>                 URL: https://issues.apache.org/jira/browse/FLUME-378
>             Project: Flume
>          Issue Type: Improvement
>          Components: Easy
>    Affects Versions: v0.9.4
>            Reporter: Jonathan Hsieh
>            Priority: Minor
>             Fix For: v0.9.5
>
>
> 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 }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)