Skip to content

nicolaspoffley/kafka-cpp-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librdkafka C++ producer/consumer

A minimal producer and consumer example using librdkafka. Assumes Kafka is reachable at localhost:9092 and librdkafka is installed via Homebrew (macOS).

Start kafka

docker-compose up

Build

cmake -S . -B build
cmake --build build

Run

./build/producer demo-topic
./build/consumer demo-topic            

About

Personal learning project for kafka in c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published