Skip to content

Commit

Permalink
Update jackdaw to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveWM committed Oct 7, 2021
1 parent 5ef0f18 commit a90c379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -4,14 +4,14 @@
:license {:name "GPL V3"
:url "https://www.gnu.org/licenses/gpl-3.0.en.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[fundingcircle/jackdaw "0.7.8"]
[fundingcircle/jackdaw "0.8.0"]
[aysylu/loom "1.0.2"]
[rhizome "0.2.9"]
[org.clojure/math.combinatorics "0.1.6"]]
:repl-options {:init-ns willa.core}
:repositories [["confluent" "https://packages.confluent.io/maven/"]
["clojars" "https://clojars.org/repo/"]]
:profiles {:test {:dependencies [[org.apache.kafka/kafka-streams-test-utils "2.3.1"]
:profiles {:test {:dependencies [[org.apache.kafka/kafka-streams-test-utils "2.8.0"]
[log4j/log4j "1.2.17"]]}
:dev {:dependencies [[org.clojure/test.check "1.1.0"]]}
:ci {:jvm-opts ["-Djava.awt.headless=true"]}})
8 changes: 1 addition & 7 deletions test/willa/test_utils.clj
Expand Up @@ -17,13 +17,7 @@
[builder]
(let [topology (-> (streams/streams-builder* builder)
(.build))]
(TopologyTestDriver. topology
(doto (Properties.)
(.put "application.id" (str (java.util.UUID/randomUUID)))
(.put "bootstrap.servers" "fake")
(.put "default.key.serde" "jackdaw.serdes.EdnSerde")
(.put "default.value.serde" "jackdaw.serdes.EdnSerde"))
0)))
(TopologyTestDriver. topology)))

(defn ->topic [name]
(merge {:topic-name name
Expand Down

0 comments on commit a90c379

Please sign in to comment.