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

`reset-application-fixture` hardcodes bootstrap.servers value #176

Closed timclemons closed 4 years ago

timclemons commented 5 years ago

Attempting to use reset-application-fixture or, by extension, integration-fixture with a Kafka bootstrap server other than localhost:9092 results in a connection timeout. Examining the source, it looks like this value has been hardcoded as an argument to StreamsResetter.

cddr commented 5 years ago

Thanks for the bug report @timclemons. @7vs is taking a look at this

cddr commented 4 years ago

Closed by #177