blob: 7061f1260b2be04407fef07f57ddfc8cb721b54b (
plain) (
blame)
1
2
3
4
5
6
|
This module provides low-level protocol support for Apache Kafka as well as
high-level consumer and producer classes. Request batching is supported by the
protocol as well as broker-aware request routing. Gzip and Snappy compression
is also supported for message sets.
WWW: https://github.com/dpkp/kafka-python
|