File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Kafka Python client
2
2
------------------------
3
3
4
- .. image :: https://img.shields.io/badge/kafka-1.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
4
+ .. 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
5
5
:target: https://kafka-python.readthedocs.io/compatibility.html
6
6
.. image :: https://img.shields.io/pypi/pyversions/kafka-python.svg
7
7
:target: https://pypi.python.org/pypi/kafka-python
@@ -150,7 +150,7 @@ for interacting with kafka brokers via the python repl. This is useful for
150
150
testing, probing, and general experimentation. The protocol support is
151
151
leveraged to enable a KafkaClient.check_version() method that
152
152
probes a kafka broker and attempts to identify which version it is running
153
- (0.8.0 to 1.0 ).
153
+ (0.8.0 to 1.1+ ).
154
154
155
155
Low-level
156
156
*********
Original file line number Diff line number Diff line change 1
1
Compatibility
2
2
-------------
3
3
4
- .. image :: https://img.shields.io/badge/kafka-1.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
4
+ .. 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
5
5
:target: https://kafka-python.readthedocs.io/compatibility.html
6
6
.. image :: https://img.shields.io/pypi/pyversions/kafka-python.svg
7
7
:target: https://pypi.python.org/pypi/kafka-python
8
8
9
- kafka-python is compatible with (and tested against) broker versions 1.0
9
+ kafka-python is compatible with (and tested against) broker versions 1.1
10
10
through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release.
11
11
12
+ Because the kafka server protocol is backwards compatible, kafka-python is
13
+ expected to work with newer broker releases as well (2.0+).
14
+
12
15
kafka-python is tested on python 2.7, 3.4, 3.5, 3.6 and pypy.
13
16
14
17
Builds and tests via Travis-CI. See https://travis-ci.org/dpkp/kafka-python
Original file line number Diff line number Diff line change 1
1
kafka-python
2
2
############
3
3
4
- .. image :: https://img.shields.io/badge/kafka-1.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
4
+ .. 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
5
5
:target: https://kafka-python.readthedocs.io/compatibility.html
6
6
.. image :: https://img.shields.io/pypi/pyversions/kafka-python.svg
7
7
:target: https://pypi.python.org/pypi/kafka-python
@@ -136,7 +136,7 @@ for interacting with kafka brokers via the python repl. This is useful for
136
136
testing, probing, and general experimentation. The protocol support is
137
137
leveraged to enable a :meth: `~kafka.KafkaClient.check_version() `
138
138
method that probes a kafka broker and
139
- attempts to identify which version it is running (0.8.0 to 1.0 ).
139
+ attempts to identify which version it is running (0.8.0 to 1.1+ ).
140
140
141
141
142
142
Low-level
You can’t perform that action at this time.
0 commit comments