FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
368 stars 80 forks source link

Add KStream-KTable inner join #297

Closed simon-katz closed 3 years ago

simon-katz commented 3 years ago

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

Checklist