diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-28 19:09:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-28 19:09:37 +0000 |
commit | 39e0c65db935af5d23aea20b48e1055470726b61 (patch) | |
tree | 4f05eb211a3c887c32ba3901b604788b82eed091 /net/Makefile | |
parent | 7b74f02d6aa918fd85244670439b9405a67d9a9e (diff) |
New port: net/py-confluent-kafka
Confluent-kafka-python is a lightweight wrapper around librdkafka,
a finely tuned C client. The Python bindings provides a high-level
Producer and Consumer with support for the balanced consumer groups
of Apache Kafka.
WWW: https://github.com/confluentinc/confluent-kafka-python
PR: 233403
Submitted by: sergey@akhmatov.ru
Reviewed by: koobs
Notes
Notes:
svn path=/head/; revision=491512
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 517f4a61d4d7..dccf9e6635ca 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1023,6 +1023,7 @@ SUBDIR += py-cjdns SUBDIR += py-cloudflare-scrape SUBDIR += py-coherence + SUBDIR += py-confluent-kafka SUBDIR += py-cymruwhois SUBDIR += py-dpkt SUBDIR += py-dugong |