aboutsummaryrefslogtreecommitdiffstats
path: root/net/librdkafka/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'net/librdkafka/pkg-descr')
-rw-r--r--net/librdkafka/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/librdkafka/pkg-descr b/net/librdkafka/pkg-descr
new file mode 100644
index 000000000000..a11f9afb1e9d
--- /dev/null
+++ b/net/librdkafka/pkg-descr
@@ -0,0 +1,8 @@
+This is a port of librdkafka, a C library implementation
+of the Apache Kafka protocol, containing both Producer and
+Consumer support. It was designed with message delivery
+reliability and high performance in mind, current figures
+exceed 800000 msgs/second for the producer and 3 million
+msgs/second for the consumer.
+
+WWW: https://github.com/edenhill/librdkafka/