Re: Co-relate two streams

2021-02-24 Thread Arvid Heise
; How can I co-relate two streams of different types in Flink? > Scenario: In stream1, I have data in pojo with a field user. In stream2, I > have data in a different pojo which also contains the field user. (However, > other than the user field, they have no common field). > > Now wh

Co-relate two streams

2021-02-24 Thread Abhinav Sharma
Hi, How can I co-relate two streams of different types in Flink? Scenario: In stream1, I have data in pojo with a field user. In stream2, I have data in a different pojo which also contains the field user. (However, other than the user field, they have no common field). Now what I want to do is