For Mac and linux:
cd /tmp
wget -N https://github.com/edenhill/librdkafka/archive/0.8.6.zip -O librdkafka.zip;
unzip librdkafka.zip
rm -f librdkafka.zip
cd librdkafka-0.8.6
./configure
make -j4
sudo make install
Any problems, check this
For Mac and linux:
cd /tmp
wget -N https://github.com/edenhill/librdkafka/archive/0.8.6.zip -O librdkafka.zip;
unzip librdkafka.zip
rm -f librdkafka.zip
cd librdkafka-0.8.6
./configure
make -j4
sudo make install
Any problems, check this