; 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
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