@Till:
The fields are hidden inside the json string so that I have to deserialize
first. Also the classes do not have so much in common. It might be possible
to do it with a hierarchy of group by. I'm not sure how complicated that
would be, additionally I will have to send the raw String around for
Hi Martin,
maybe this is what you are looking for:
https://ci.apache.org/projects/flink/flink-docs-master/apis/streaming_guide.html#output-splitting
Regards,
Aljoscha
On Thu, 3 Sep 2015 at 12:02 Till Rohrmann wrote:
> Hi Martin,
>
> could grouping be a solution to your problem?
>
> Cheers,
> Ti
Hi Martin,
could grouping be a solution to your problem?
Cheers,
Till
On Thu, Sep 3, 2015 at 11:56 AM, Martin Neumann wrote:
> Hej,
>
> I have a Stream of json objects of several different types. I want to
> split this stream into several streams each of them dealing with one type.
> (so its n