A C library implementation of the Apache Kafka protocol https://github.com/confluentinc/librdkafka
Go to file
2024-09-03 09:10:34 +02:00
librdkafka-1.9.2-curl-7.85.0.patch package created using the webbuild interface [release 1.9.2-1mamba;Sat Sep 24 2022] 2024-01-06 05:33:50 +01:00
librdkafka-2.0.2-libcurl-pkgconfig.patch update patch to fix requirement replacing pkgconfig(curl) with pkgconfig(libcurl) [release 2.0.2-2mamba;Sat Feb 11 2023] 2024-01-06 05:33:51 +01:00
librdkafka.spec automatic version update by autodist [release 2.5.3-1mamba;Tue Sep 03 2024] 2024-09-03 09:10:34 +02:00
README.md package created using the webbuild interface [release 1.9.2-1mamba;Sat Sep 24 2022] 2024-01-06 05:33:50 +01:00

librdkafka

librdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer and Admin clients. It was designed with message delivery reliability and high performance in mind, current figures exceed 1 million msgs/second for the producer and 3 million msgs/second for the consumer.