KStream-KTable inner join
nvladimiroff opened this issue · 1 comments
nvladimiroff commented
Is there a reason that KSteamS#join is a left join instead of an inner join? Given that Kafka is pretty consistent that join is an inner join, I'm a little confused why kafka-streams-scala's join calls leftJoin.
debasishg commented
Thanks for pointing it out - it's a typo. Will fix it ..