1. Home
  2. Browse
  3. modern-cpp-kafka

modern-cpp-kafka

v2024.07.03#0Latest

A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)

Install

Run the following Vcpkg command to install the port.

vcpkg install 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)

Dependencies

See source

Version

v2024.07.03#0

Publication

Supports

All

GitHub

morganstanley/modern-cpp-kafka364

Homepage

github.com/morganstanley/modern-cpp-kafka

Subtree

286e1652b1

License

Apache-2.0

Definition

Manifest