jackdaw

https://github.com/FundingCircle/jackdaw
Ellie 2020-07-30T09:59:49.115800Z

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?

Ellie 2020-07-30T14:54:05.116300Z

adding [org.apache.kafka/kafka-streams-test-utils "2.5.0"] fixed it