Skip to content
Matias Fontanini edited this page Sep 15, 2017 · 7 revisions

cppkafka is a high level C++11 wrapper for librdkafka. It was implemented so it would add very little to no overhead for most operations and hide away all pointers and complexity that comes with librdkafka's API.

Clone this wiki locally