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

modern-cpp-kafka

v2023.03.07#0Go to latest

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

v2023.03.07#0

Publication

Supports

All

GitHub

morganstanley/modern-cpp-kafka395

Homepage

github.com/morganstanley/modern-cpp-kafka

Subtree

4345d72752

License

Apache-2.0

Definition

Manifest