Skip to content

Commit 9465d4d

Browse files
committed
tweak
1 parent 3d1d703 commit 9465d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Characteristics:
1010

1111
- **Reliable** - The Python client is a wrapper around [librdkafka](https://github.com/edenhill/librdkafka) 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).
1212

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).
13+
- **Performant** - Performance is a key design consideration. Latency is on par with the Java client, as is maximum throughput for larger message sizes (where the overhead of the Python interpreter has less impact).
1414

1515
- **Future proof** - Confluent, founded by the
1616
creators of Kafka, is building a [streaming platform](https://www.confluent.io/product/compare/)

0 commit comments

Comments
 (0)