File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,21 @@ see https://groups.google.com/forum/m/#!forum/kafka-clients
17
17
Status
18
18
------
19
19
20
- The current stable version of this package is `0.9.2 <https://github.com/mumrah/kafka-python/releases/tag/v0.9.2 >`_ and is compatible with:
20
+ The current stable version of this package is `0.9.3 <https://github.com/mumrah/kafka-python/releases/tag/v0.9.3 >`_ and is compatible with:
21
21
22
22
Kafka broker versions
23
23
24
- * 0.8.0
25
- * 0.8.1
24
+ * 0.8.2.0 [offset management currently ZK only -- does not support ConsumerCoordinator offset management APIs]
26
25
* 0.8.1.1
26
+ * 0.8.1
27
+ * 0.8.0
27
28
28
29
Python versions
29
-
30
30
* 2.6 (tested on 2.6.9)
31
- * 2.7 (tested on 2.7.8)
32
- * pypy (tested on pypy 2.3.1 / python 2.7.6)
33
- * (Python 3.3 and 3.4 support has been added to trunk and will be available the next release)
31
+ * 2.7 (tested on 2.7.9)
32
+ * 3.3 (tested on 3.3.5)
33
+ * 3.4 (tested on 3.4.2)
34
+ * pypy (tested on pypy 2.4.0 / python 2.7.8)
34
35
35
36
License
36
37
-------
You can’t perform that action at this time.
0 commit comments