Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KStream-KTable inner join #297

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

simon-katz
Copy link
Contributor

@simon-katz simon-katz commented Jun 30, 2021

This PR adds support for KStream-KTable inner joins. See the commit message for details.

Checklist

  • tests (See the note above)
  • updated CHANGELOG (the "unreleased" section)

@simon-katz simon-katz requested a review from a team as a code owner June 30, 2021 18:01
The main changes are:

- Move the join method from IKTable to IKStreamBase. Also move the join
  implementations for KTable-KTable joins and the join function accordingly.
- Add join implementations for ConfiguredKStream and CljKStream.
- Update the spec for join.
@simon-katz simon-katz force-pushed the stream-table-inner-join branch from f0e9fab to 1a4b7ac Compare June 30, 2021 18:15
Copy link
Contributor

@gphilipp gphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @simon-katz, thank you for this PR, it looks really good ✨.

@gphilipp gphilipp merged commit 8d4ff6c into FundingCircle:master Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants