Confluent’s Kafka Python Client
confluent-kafka-python provides a high-level Producer, Consumer and AdminClient compatible with all Apache KafkaTM brokers >= v0.8, Confluent Cloud and the Confluent Platform. The client is: Reliable – It’s a wrapper around 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 as the Java client and more. It’s supported by Confluent. Performant – Performance is a key design consideration. Maximum throughput is on par […]
Read more