The Apache Kafka C/C++ client library
conda install -c conda-forge librdkafka
conda install -c "conda-forge/label/cf201901" librdkafka
conda install -c "conda-forge/label/cf202003" librdkafka
conda install -c "conda-forge/label/gcc7" librdkafka
librdkafka is 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 1 million msgs/second for the producer and 3 million msgs/second for the consumer.