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.
vcpkg install cppkafkaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Kafka consumer and subscribe to a topic
Ensure librdkafka version matches the one used to build cppkafka
No dependency data recorded yet.
No resource links recorded.