kafka_ex icon indicating copy to clipboard operation
kafka_ex copied to clipboard

Test with dockerized kafka/zookeeper

Open dantswain opened this issue 8 years ago • 2 comments

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

dantswain avatar Jan 12 '17 23:01 dantswain

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 avatar Jan 17 '17 21:01 dantswain

@dantswain As far as I can tell this is done?

joshuawscott avatar May 02 '20 23:05 joshuawscott

We've it in docker already.

Argonus avatar Mar 07 '24 13:03 Argonus