@@ -26,7 +26,7 @@ check code (perhaps using zookeeper or consul). For older brokers, you can
2626achieve something similar by manually assigning different partitions to each
2727consumer instance with config management tools like chef, ansible, etc. This
2828approach will work fine, though it does not support rebalancing on failures.
29- See ` Compatibility <http://kafka-python.readthedocs.org/en/master/compatibility.html >`_
29+ See <http://kafka-python.readthedocs.org/en/master/compatibility.html>
3030for more details.
3131
3232Please note that the master branch may contain unreleased features. For release
@@ -41,7 +41,7 @@ KafkaConsumer is a high-level message consumer, intended to operate as similarly
4141as possible to the official 0.9 java client. Full support for coordinated
4242consumer groups requires use of kafka brokers that support the 0.9 Group APIs.
4343
44- See ` ReadTheDocs <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaConsumer.html >`_
44+ See <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaConsumer.html>
4545for API and configuration details.
4646
4747The consumer iterator returns ConsumerRecords, which are simple namedtuples
@@ -70,7 +70,7 @@ KafkaProducer
7070
7171KafkaProducer is a high-level, asynchronous message producer. The class is
7272intended to operate as similarly as possible to the official java client.
73- See ` ReadTheDocs <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaProducer.html >`_
73+ See <http://kafka-python.readthedocs.org/en/master/apidoc/KafkaProducer.html>
7474for more details.
7575
7676>>> from kafka import KafkaProducer
@@ -108,7 +108,7 @@ kafka-python supports gzip compression/decompression natively. To produce or
108108consume lz4 compressed messages, you must install lz4tools and xxhash (modules
109109may not work on python2.6). To enable snappy compression/decompression install
110110python-snappy (also requires snappy library).
111- See ` Installation <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install >`_
111+ See <http://kafka-python.readthedocs.org/en/master/install.html#optional-snappy-install>
112112for more information.
113113
114114Protocol
@@ -127,4 +127,4 @@ Low-level
127127
128128Legacy support is maintained for low-level consumer and producer classes,
129129SimpleConsumer and SimpleProducer. See
130- ` ReadTheDocs <http://kafka-python.readthedocs.org/master/ >`_ for API details.
130+ <http://kafka-python.readthedocs.org/master/> for API details.
0 commit comments