asyncio client for kafka
Docker is required to run tests. See https://docs.docker.com/engine/installation for installation notes.
Setting up tests requirements (assuming you're within virtualenv on ubuntu 14.04+):
sudo apt-get install -y libsnappy-dev && pip install flake8 nose python-snappy coveralls .
Running tests:
make cov
To run tests with a specific version of Kafka (default one is 0.8.2.1) use KAFKA_VERSION variable:
make cov KAFKA_VERSION=0.9.0.1