diff options
author | feld <feld@FreeBSD.org> | 2016-03-16 01:26:50 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-16 01:26:50 +0800 |
commit | 1add31a352b03e5bb385c46754f4b10428be92b7 (patch) | |
tree | 44e54fb4541af415b02be409f59588a5a436d138 /net/Makefile | |
parent | 2d6b244ecd66287bd1f254a8365a6a4691ca6570 (diff) | |
download | freebsd-ports-gnome-1add31a352b03e5bb385c46754f4b10428be92b7.tar.gz freebsd-ports-gnome-1add31a352b03e5bb385c46754f4b10428be92b7.tar.zst freebsd-ports-gnome-1add31a352b03e5bb385c46754f4b10428be92b7.zip |
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
PR: 202000
Submitted by: Christer Edwards <christer.edwards@gmail.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 75fa7dda4796..a62257df89ac 100644 --- a/net/Makefile +++ b/net/Makefile @@ -943,6 +943,7 @@ SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib + SUBDIR += py-kafka-python SUBDIR += py-kombu SUBDIR += py-ldap SUBDIR += py-ldap3 |