modern-cpp-kafka v2024.07.03
- Created
- Updated
A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
# Usage
modern-cpp-kafka provides CMake targets:
find_package(unofficial-modern-cpp-kafka CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::modern-cpp-kafka::modern-cpp-kafka)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
and 16 transitive dependencies:
- boost-assert
>= v1.86.0
(by boost-optional ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-core
>= v1.86.0
(by boost-optional ) - boost-detail
>= v1.86.0
(by boost-optional ) - boost-headers
>= v1.86.0
(by boost-config ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-move
>= v1.86.0
(by boost-optional ) - boost-predef
>= v1.86.0
(by boost-optional ) - boost-preprocessor
>= v1.86.0
(by boost-detail ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-type-traits
>= v1.86.0
(by boost-detail ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-utility
>= v1.86.0
(by boost-optional ) - lz4 (by librdkafka )
# Host Dependencies
and one transitive dependency:
- vcpkg-boost (by boost-cmake )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Weihang Ding
- WangWeiLin-MV