jackdaw

https://github.com/FundingCircle/jackdaw
tzzh 2020-01-10T14:24:51.002Z

Hey, thanks for making jackdaw I absolutely love it 🙂 I was wondering if you had examples of using the TopologyTestDriver (as described here https://kafka.apache.org/11/documentation/streams/developer-guide/testing.html) with jackdaw - I can see from the docs that it’s possible but I don’t really understand how to go about it

2020-01-10T14:55:03.005100Z

Hi @thomas.ormezzano, Thanks! :) Check out the examples folder. There’s a “word-count” app that includes tests that use the test machine (which can optionally run on top of the topologytestdriver)

tzzh 2020-01-10T14:55:45.005600Z

@cddr OK amazing thank you will take a look :thumbsup: