I can’t seem to get jackdaw.test
to compile: Syntax error (ClassNotFoundException) compiling at (jackdaw/test.clj:1:1). org.apache.kafka.streams.TopologyTestDriver
. I’ve tried fiddling with the dependencies but no success. Google search came up with nothing, so presumably its something wrong with my set up. Anyone got any ideas?
adding [org.apache.kafka/kafka-streams-test-utils "2.5.0"]
fixed it