Skip to content

hqin/confluent-kafka-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluent's Apache Kafka client for Python

Prerequisites

librdkafka >=0.9.1 (or master>=2016-04-13)
py.test  (pip install pytest)

Build

python setup.by build

Install

Preferably in a virtualenv:

pip install .

Run unit-tests

py.test

Run integration tests

WARNING: These tests require an active Kafka cluster and will make use of a topic named 'test'.

examples/integration_test.py <kafka-broker>

Generate documentation

Install sphinx and sphinx_rtd_theme packages and then:

make docs

or:

python setup.by build_sphinx

Documentation will be generated in docs/_build/

Examples

See examples

About

Confluent's Apache Kafka Python client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.8%
  • C 48.1%
  • Other 0.1%