mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
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
|