{"library":"cppkafka","type":"library","category":null,"description":"cppkafka allows C++ applications to consume and produce messages using the Apache Kafka protocol. The library is built on top of librdkafka, and provides a high level API that uses modern C++ features to make it easier to write code while keeping the wrapper's performance overhead to a minimum.","language":"cpp","status":"active","version":"0.4.1","tags":["kafka","messaging","streaming","distributed-systems"],"last_verified":"Wed Jun 17","install":[{"cmd":"vcpkg install cppkafka","imports":["#include <cppkafka/cppkafka.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(cppkafka CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE cppkafka::cppkafka)","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}