diff options
author | John Anderson <sontek@gmail.com> | 2015-02-10 11:34:12 -0800 |
---|---|---|
committer | John Anderson <sontek@gmail.com> | 2015-02-10 11:34:12 -0800 |
commit | 55f5e77421478c635a778ac98b88fb53faba6396 (patch) | |
tree | c0d6adfec7cfce6d8f608104c8937d42863e12ce | |
parent | 2462b878539a0ff56600dfd831b76c28d911d840 (diff) | |
download | kafka-python-55f5e77421478c635a778ac98b88fb53faba6396.tar.gz |
Final formatting
-rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,8 +4,8 @@ Kafka Python client :target: https://travis-ci.org/mumrah/kafka-python :alt: Build Status -.. image:: https://coveralls.io/r/mumrah/kafka-python?branch=master - :target: https://coveralls.io/repos/mumrah/kafka-python/badge.svg?branch=master +.. image:: https://coveralls.io/repos/mumrah/kafka-python/badge.svg?branch=master + :target: https://coveralls.io/r/mumrah/kafka-python?branch=master :alt: Coverage Status .. image:: https://readthedocs.org/projects/kafka-python/badge/?version=latest @@ -35,12 +35,14 @@ Status The current stable version of this package is `0.9.3`_ and is compatible with: Kafka broker versions + - 0.8.2.0 [offset management currently ZK only -- does not support ConsumerCoordinator offset management APIs] - 0.8.1.1 - 0.8.1 - 0.8.0 Python versions + - 2.6 (tested on 2.6.9) - 2.7 (tested on 2.7.9) - 3.3 (tested on 3.3.5) |