Re: Process stream multiple time with different KeyBy

2020-02-19 Thread Lehuede sebastien
> this question was answered in quote some detail : >> https://flink.apache.org/news/2020/01/15/demo-fraud-detection.html >> Best regardsTheo >> Ursprüngliche Nachricht ---- >> Von: Eduardo Winpenny Tejedor >> Datum: Mo., 17. Feb. 2020, 21:07 >> An: Lehuede s

Re: Process stream multiple time with different KeyBy

2020-02-18 Thread Till Rohrmann
ache.org/news/2020/01/15/demo-fraud-detection.html > Best regardsTheo > Ursprüngliche Nachricht > Von: Eduardo Winpenny Tejedor > Datum: Mo., 17. Feb. 2020, 21:07 > An: Lehuede sebastien > Cc: user > Betreff: Re: Process stream multiple time with different Ke

AW: Process stream multiple time with different KeyBy

2020-02-17 Thread theo.diefent...@scoop-software.de
jedor Datum: Mo., 17. Feb. 2020, 21:07 An: Lehuede sebastien Cc: user Betreff: Re: Process stream multiple time with different KeyBy Hi Sebastien, Without being entirely sure of what's your use case/end goal I'll tell you (some of) the options Flink provides you for defining a flow. If y

Re: Process stream multiple time with different KeyBy

2020-02-17 Thread Eduardo Winpenny Tejedor
Hi Sebastien, Without being entirely sure of what's your use case/end goal I'll tell you (some of) the options Flink provides you for defining a flow. If your use case is to apply the same rule to each of your "swimlanes" of data (one with category=foo AND subcategory=bar, another with category=f

Process stream multiple time with different KeyBy

2020-02-17 Thread Lehuede sebastien
Hi all, I'm currently working on a Flink Application where I match events against a set of rules. At the beginning I wanted to dynamically create streams following the category of events (Event are JSON formatted and I've a field like "category":"foo" in each event) but I'm stuck by the impossibil