Skip to content

dmrz/aiokafka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 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

About

asyncio client for kafka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Shell 3.6%
  • Makefile 1.5%
  • Smarty 0.9%