Skip to content

Commit c6bc8a3

Browse files
committed
Tweak opening paragraph again
1 parent 35cf492 commit c6bc8a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Confluent's Python Client for Apache Kafka<sup>TM</sup>
2-
=======================================================
1+
Confluent's Kafka Python Client
2+
===============================
33

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/compare/). It provides a high-level Producer, Consumer
6-
and AdminClient which are backwards and forwards compatible with all Kafka brokers from version 0.8. Our client is:
4+
**confluent-kafka-python** provides a high-level Producer, Consumer and AdminClient compatible with all
5+
[Apache Kafka<sup>TM<sup>](http://kafka.apache.org/) brokers from version >= 0.8 and the
6+
[Confluent Platform](https://www.confluent.io/product/compare/). It's:
77

88
- **Reliable** - It's a wrapper around [librdkafka](https://github.com/edenhill/librdkafka) (provided automatically via binary wheels) which is widely deployed in a diverse set of production scenarios. It's tested using [the same set of system tests](https://github.com/confluentinc/confluent-kafka-python/tree/master/confluent_kafka/kafkatest) as the Java client [and more](https://github.com/confluentinc/confluent-kafka-python/tree/master/tests). It's supported by [Confluent](https://confluent.io).
99

0 commit comments

Comments
 (0)