-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kafka broker compatibility docs
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Compatibility | ||
------------- | ||
|
||
.. image:: https://img.shields.io/badge/kafka-1.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg | ||
.. image:: https://img.shields.io/badge/kafka-1.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg | ||
:target: https://kafka-python.readthedocs.io/compatibility.html | ||
.. 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 1.0 | ||
kafka-python is compatible with (and tested against) broker versions 1.1 | ||
through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release. | ||
|
||
Because the kafka server protocol is backwards compatible, kafka-python is | ||
expected to work with newer broker releases as well (2.0+). | ||
|
||
kafka-python is tested on python 2.7, 3.4, 3.5, 3.6 and pypy. | ||
|
||
Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters