FundingCircle / jackdaw

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

Add name support for windowed joins #233

Open bunker-inspector opened 4 years ago

bunker-inspector commented 4 years ago

Re: https://github.com/FundingCircle/jackdaw/issues/178

Added a 7-arity version of join-windowed, left-join-windowed, and outer-join-windowed to allow explicit join names to be specified.

Checklist