freebsd-ports/net/py-kafka-python/pkg-descr
Yuri Victorovich ab1cd92f6c net/py-kafka-python: Update to 1.4.1
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)
2018-02-10 07:16:25 +00:00

6 lines
312 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/dpkp/kafka-python