Skip to content

Commit

Permalink
configured: add missing configured/join with topic configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyvdw committed Dec 22, 2023
1 parent b1ac489 commit 9dc6408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/jackdaw/streams/configured.clj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
config
(join kstream ktable value-joiner-fn)))

(join
[_ ktable value-joiner-fn topic-config other-topic-config]
(configured-kstream
config
(join kstream ktable value-joiner-fn topic-config other-topic-config)))

(left-join
[_ ktable value-joiner-fn]
(configured-kstream
Expand Down

0 comments on commit 9dc6408

Please sign in to comment.