We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eab596 commit 99b6413Copy full SHA for 99b6413
README.md
@@ -2,13 +2,15 @@ Confluent's Apache Kafka client for Python
2
==========================================
3
4
Confluent's Kafka client for Python wraps the librdkafka C library, providing
5
-full Kafka protocol support at great performance and reliability.
+full Kafka protocol support with great performance and reliability.
6
7
The Python bindings provides a high-level Producer and Consumer with support
8
for the balanced consumer groups of Apache Kafka 0.9.
9
10
See the [API documentation](http://docs.confluent.io/current/clients/confluent-kafka-python/index.html) for more info.
11
12
+**License**: [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)
13
+
14
15
Usage
16
=====
0 commit comments