diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-02-23 18:16:08 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-02-23 18:19:33 -0800 |
commit | 59ac7d6ca663929fd95c30ce3c9fe6c805e54993 (patch) | |
tree | d88ffb790b6cd0615e40eeeb5004e84edfcd0d0f /docs | |
parent | 8e63068cd8fb4e48eead661351486a085d19c440 (diff) | |
download | kafka-python-59ac7d6ca663929fd95c30ce3c9fe6c805e54993.tar.gz |
Update to Kafka 0.9.0.1 for integration testing
Diffstat (limited to 'docs')
-rw-r--r-- | docs/compatibility.rst | 2 | ||||
-rw-r--r-- | docs/tests.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst index ccc4b96..ef02af1 100644 --- a/docs/compatibility.rst +++ b/docs/compatibility.rst @@ -6,7 +6,7 @@ Compatibility .. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg :target: https://pypi.python.org/pypi/kafka-python -kafka-python is compatible with (and tested against) broker versions 0.9.0.0 +kafka-python is compatible with (and tested against) broker versions 0.9.0.1 through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. kafka-python is tested on python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy. diff --git a/docs/tests.rst b/docs/tests.rst index e5dd269..212b339 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -49,7 +49,7 @@ Integration tests .. code:: bash - KAFKA_VERSION=0.9.0.0 tox -e py27 + KAFKA_VERSION=0.9.0.1 tox -e py27 KAFKA_VERSION=0.8.2.2 tox -e py35 @@ -60,7 +60,7 @@ kafka server binaries: ./build_integration.sh -By default, this will install 0.8.1.1, 0.8.2.2, and 0.9.0.0 brokers into the +By default, this will install 0.8.1.1, 0.8.2.2, and 0.9.0.1 brokers into the servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`: .. code:: bash @@ -72,7 +72,7 @@ env variable to the server build you want to use for testing: .. code:: bash - KAFKA_VERSION=0.9.0.0 tox -e py27 + KAFKA_VERSION=0.9.0.1 tox -e py27 To test against the kafka source tree, set KAFKA_VERSION=trunk [optionally set SCALA_VERSION (defaults to 2.10)] |