kafka_ex
kafka_ex copied to clipboard
Test with dockerized kafka/zookeeper
This will open the door to a few things:
- Testing against multiple versions of kafka
- Ensuring a clean slate for every run of the tests - maybe eventually get rid of the randomized topic names
- Maybe getting rid of the duplicate test runs
This is partly done - as of #181 Travis is running the tests with docker, as of #182 the README is recommending testing with docker.
I'd still like to get testing of non-ssl and the other kafka version servers.
@dantswain As far as I can tell this is done?
We've it in docker already.