How to Install librdkafka-dev in Ubuntu 18.04



Install librdkafka-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install librdkafka-dev

Description:

library implementing the Apache Kafka protocol (development headers)

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 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the development headers.

Homepage: https://github.com/edenhill/librdkafka

Version: 0.11.3-1build1

Section: universe/libdevel