Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

KStream-KTable inner join #64

Closed
nvladimiroff opened this issue Mar 27, 2018 · 1 comment
Closed

KStream-KTable inner join #64

nvladimiroff opened this issue Mar 27, 2018 · 1 comment

Comments

@nvladimiroff
Copy link

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
Copy link
Contributor

Thanks for pointing it out - it's a typo. Will fix it ..

debasishg added a commit that referenced this issue Apr 3, 2018
2. Fixes #64
3. Updated Scala version to 2.12.5 and project version to 0.2.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants