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

2-arity `ktable` doesn't use store-name override #248

Closed bunker-inspector closed 4 years ago

bunker-inspector commented 4 years ago

There is a ktable constructor that accepts a store-name but ignores it

https://github.com/FundingCircle/jackdaw/blob/master/src/jackdaw/streams/interop.clj#L84-L93