9ba099c0e0
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/mumrah/kafka-python PR: 202000 Submitted by: Christer Edwards <christer.edwards@gmail.com>
6 lines
314 B
Text
6 lines
314 B
Text
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/mumrah/kafka-python
|