Hi, Lalwani
Flink does not support outer join on two data streams now[1], you can use the
DataStream API ds1.coGroup(ds2) as a workaround. Flink SQL support outer joins
well, you can also try SQL way[2].
Best,
Leonard
[1] https://issues.apache.org/jira/browse/FLINK-4187
[2]
https://nightlie
Hi Team,
Is it possible in Flink to perform Left Outer join between two streams as
it is possible in Spark. I checked for Internal join it only supports inner
join as of now.
Thanks and Regards ,
Surendra Lalwani
--
IMPORTANT NOTICE: This e-mail, including any attachments, may contain
confide