using KSQL, and performing left outer join, i can see the result of my join sometime emitted more than once.
In other words, the same join result is emitted more than once. I am not talking about, a version of the join with the null value on the right side and a version without the null value. Literally the same record that result from a join is emitted more than once.
I wonder if that is an expected behaviour.