flink-api-examples
flink-api-examples copied to clipboard
Questions about Example_06_DataStream_Join
- The
processElement1()method should checkif (txs.hasNext())? See code - Should we add timer (clear state, log warning etc) in the two processElement methods, in case the other stream is never ready?
- This is indeed a bug. I will fix it in my next iteration. Thanks for pointing it out!
- Yes, there is more code required to make this production ready.