This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-21
Channels
- # announcements (5)
- # babashka (81)
- # beginners (26)
- # calva (6)
- # cider (7)
- # clojure (26)
- # clojure-czech (1)
- # clojure-europe (19)
- # clojure-nl (4)
- # clojure-spec (5)
- # clojure-uk (21)
- # clojuredesign-podcast (2)
- # clojurescript (19)
- # conjure (6)
- # cursive (13)
- # datomic (2)
- # depstar (1)
- # editors (2)
- # graalvm (25)
- # honeysql (5)
- # jackdaw (4)
- # jobs (5)
- # lsp (8)
- # malli (13)
- # music (1)
- # polylith (3)
- # practicalli (1)
- # releases (1)
- # remote-jobs (2)
- # sci (10)
- # shadow-cljs (5)
- # sql (14)
- # tools-deps (25)
- # xtdb (65)
I’m pretty sure Jackdaw doesn’t support KStream-KTable inner joins. (Please correct me if I’m wrong.)
So I’ve forked the Jackdaw repo and moved join
from IKTable
to IKStreamBase
, and added join
implementations for streams as well as tables.
These changes are in the commit at https://github.com/simon-katz/jackdaw/commit/155c5556e2b258f30870036b0ab058389d528f33
I’m new-ish to Kafka and Jackdaw, so I’d appreciate any comments before I turn the commit into a PR.
I’ve created a PR for this, at https://github.com/FundingCircle/jackdaw/pull/297
Hi @U06A9U5RP 👋 The commit looks good, I’ve merged the PR.
Hi @U050S183X. Great! Thanks for merging it so quickly.
I’ve created a PR for this, at https://github.com/FundingCircle/jackdaw/pull/297