Skip to content

aio-libs/aiokafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiokafka

|Build status| |Coverage|

asyncio client for kafka

Running tests

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