@@ -2,7 +2,7 @@ Confluent's Python Client for Apache Kafka<sup>TM</sup>
2
2
=======================================================
3
3
4
4
** confluent-kafka-python** is Confluent's Python client for [ Apache Kafka] ( http://kafka.apache.org/ ) and the
5
- [ Confluent Platform] ( https://www.confluent.io/product/ ) .
5
+ [ Confluent Platform] ( https://www.confluent.io/product/compare/ ) .
6
6
7
7
Features:
8
8
@@ -19,9 +19,9 @@ and [confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dot
19
19
[ Confluent] ( https://confluent.io/ ) .
20
20
21
21
- ** Future proof** - Confluent, founded by the
22
- creators of Kafka, is building a [ streaming platform] ( https://www.confluent.io/product/ )
22
+ creators of Kafka, is building a [ streaming platform] ( https://www.confluent.io/product/compare/ )
23
23
with Apache Kafka at its core. It's high priority for us that client features keep
24
- pace with core Apache Kafka and components of the [ Confluent Platform] ( https://www.confluent.io/product/ ) .
24
+ pace with core Apache Kafka and components of the [ Confluent Platform] ( https://www.confluent.io/product/compare/ ) .
25
25
26
26
The Python bindings provides a high-level Producer and Consumer with support
27
27
for the balanced consumer groups of Apache Kafka 0.9.
@@ -109,7 +109,7 @@ c.close()
109
109
See [ examples] ( examples ) for more examples.
110
110
111
111
112
- Broker compatibility
112
+ Broker Compatibility
113
113
====================
114
114
The Python client (as well as the underlying C library librdkafka) supports
115
115
all broker versions > ; = 0.8.
@@ -192,7 +192,7 @@ To run the integration tests, uncomment the following line from `tox.ini` and ad
192
192
193
193
194
194
195
- Generate documentation
195
+ Generate Documentation
196
196
======================
197
197
Install sphinx and sphinx_rtd_theme packages and then:
198
198
0 commit comments