XUtils

librdkafka

Apache Kafka client library for C and C++. [BSD-2-Clause]


Documentation

NOTE: The master branch is actively developed, use latest release for production use.

Installing librdkafka using vcpkg

You can download and install librdkafka using the vcpkg dependency manager:

# Install vcpkg if not already installed
$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install

# Install librdkafka
$ vcpkg install librdkafka

The librdkafka package in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

Build from source

Language bindings

See Powered by librdkafka for an incomplete list of librdkafka users.


Articles

  • coming soon...