pingles / clj-kafka

Wrapper to the Java API for interacting with Kafka
Eclipse Public License 1.0
210 stars 77 forks source link

Make test helpers available #62

Open jeffh opened 9 years ago

jeffh commented 9 years ago

Thanks for clj-kafka, it's been great to use. :+1:

When it comes to testing our microservices, we've been copying clj-kafka's test helpers to our projects. It seems generally useful for writing tests that integrate through kafka.

Would it be appropriate to make this available in clj-kafka or a separate test helper library?

retnuh commented 8 years ago

Same with us, I've copied that into our project and tweaked a little bit...