- C & C++
- Tutorial
Prerequisites
Using Windows? You'll need to download Windows Subsystem for Linux.
This guide assumes that you already have a C compiler installed. The code in this guide has been tested with GCC and Clang/LLVM.
You’ll also need to install librdkafka, pkg-config and glibc. These libraries are widely available - search your package manager for librdkafka
, pkg-config
and glib
.