Re: assignTimestamp after keyBy
Posted by
Dong-iL, Kim on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/assignTimestamp-after-keyBy-tp8962p8967.html
Thanks for replying. pushpendra.
The assignTimestamp method returns not KeyedStream but DataStream.
so I cannot use windowing.
is it possible casting to KeyedStream?
Regards