You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
We provide high-level Producer, Consumer and AdminClient classes analogous to the Java client. These are backwards and forwards compatible with all Kafka brokers from version 0.8.
5
+
[Confluent Platform](https://www.confluent.io/product/compare/). It provides a high-level Producer, Consumer
6
+
and AdminClient analogous to the Java client which are backwards and forwards compatible with all
7
+
Kafka brokers from version 0.8.
8
8
9
9
Characteristics:
10
10
11
-
-**Reliability** - The Python client is a lightweight wrapper around [librdkafka](https://github.com/edenhill/librdkafka) which is widely deployed in a diverse set of demanding 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).
11
+
-**Reliable** - The Python client is a wrapper around [librdkafka](https://github.com/edenhill/librdkafka) which is widely deployed in a diverse set of demanding 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).
12
12
13
-
-**Performance** - Performance is a key design consideration. Maximum throughput is comparable to the Java client for larger message sizes (where the overhead of the Python interpreter has less impact).
13
+
-**Performant** - Performance is a key design consideration. Latency is on par with the Java client. Maximum throughput is too for larger message sizes (where the overhead of the Python interpreter has less impact).
14
14
15
15
-**Future proof** - Confluent, founded by the
16
16
creators of Kafka, is building a [streaming platform](https://www.confluent.io/product/compare/)
0 commit comments