Re: map operator on KeyedStream

2018-01-10 Thread Matthias J. Sax
You might want to ask at the Flink mailing list. Or use Kafka Streams instead of Flink :D -Matthias On 1/10/18 3:45 AM, Moein Hosseini wrote: > Hi. > This is Moein, a newbie in Apache Flink. > > I got confused when I saw that KeyedStream class extend DataStream without > overriding the map meth

map operator on KeyedStream

2018-01-10 Thread Moein Hosseini
Hi. This is Moein, a newbie in Apache Flink. I got confused when I saw that KeyedStream class extend DataStream without overriding the map method. what is the reason behind it? How is it possible to keep KeyedStream after transformation without lossing the key? something like: newMap(fn): KeyedStr