@@ -12,15 +12,15 @@ Kafka Python client
12
12
:target: http://kafka-python.readthedocs.org/en/latest/
13
13
:alt: Full documentation available on ReadTheDocs
14
14
15
- [Full documentation available on ReadTheDocs](https://kafka-python.readthedocs.org/en/latest/)
16
-
17
15
This module provides low-level protocol support for Apache Kafka as well as
18
16
high-level consumer and producer classes. Request batching is supported by the
19
17
protocol as well as broker-aware request routing. Gzip and Snappy compression
20
18
is also supported for message sets.
21
19
22
20
Coordinated Consumer Group support is under development - see Issue #38.
23
21
22
+ Full documentation available on `Read the Docs <https://kafka-python.readthedocs.org/en/latest/ >`_
23
+
24
24
On Freenode IRC at #kafka-python, as well as #apache-kafka
25
25
26
26
For general discussion of kafka-client design and implementation (not python specific),
@@ -30,14 +30,14 @@ For information about Apache Kafka generally, see https://kafka.apache.org/
30
30
31
31
License
32
32
----------
33
- Apache License, v2.0. See [ LICENSE]( https://github.com/dpkp/kafka-python/blob/master/LICENSE)
33
+ Apache License, v2.0. See ` LICENSE < https://github.com/dpkp/kafka-python/blob/master/LICENSE >`_
34
34
Copyright 2015, David Arthur, Dana Powers, and Contributors
35
- (See [ AUTHORS]( https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md))
35
+ (See ` AUTHORS < https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md >`_
36
36
37
37
Status
38
38
----------
39
39
The current stable version of this package is
40
- [ 0.9.5]( https://github.com/dpkp/kafka-python/releases/tag/v0.9.5)
40
+ ` 0.9.5 < https://github.com/dpkp/kafka-python/releases/tag/v0.9.5 >`_
41
41
and is compatible with:
42
42
43
43
Kafka broker versions
@@ -57,4 +57,3 @@ Python versions
57
57
- 2.7 (tested on 2.7.9)
58
58
- 2.6 (tested on 2.6.9)
59
59
- pypy (tested on pypy 2.5.0 / python 2.7.8)
60
-
0 commit comments