mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ab1cd92f6c
Changelogs: https://github.com/dpkp/kafka-python/releases/tag/1.4.1 (and similar URLs) Additional port changes: * MASTER_SITES changed to the upstream github URL due to failure to download from CHEESESHOP. * Reordered the USES section. * Removed USES=shebangfix since it makes no difference. * Updated WWW with new github account. PR: 223989 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: christer.edwards@gmail.com (maintainer), tcberner (mentor, implicit)
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
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
|