modern-cpp-kafkav2024.07.03
- Updated
A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
- Project website: https://github.com/morganstanley/modern-cpp-kafka
#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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
and 9 transitive dependencies:
- boost-assert
>= v1.92.0(through boost-optional) - boost-cmake
>= v1.92.0(through boost-assert) - boost-config
>= v1.92.0(through boost-assert) - boost-core
>= v1.92.0(through boost-optional) - boost-headers
>= v1.92.0(through boost-config) - boost-throw-exception
>= v1.92.0(through boost-core) - boost-type-traits
>= v1.92.0(through boost-optional) - boost-uninstall
>= v1.92.0(through boost-cmake) - lz4 (through librdkafka)
#Host Dependencies
and one transitive dependency:
- vcpkg-boost (through boost-cmake)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Weihang Ding
WangWeiLin-MV