morganstanley / modern-cpp-kafka

A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
Apache License 2.0
348 stars 88 forks source link

#158: Added shared library support for librdkafka. #159

Closed KBaur closed 2 years ago

KBaur commented 2 years ago

This was necessary because it was not possible to include the shared library for compiling without modifying the CMakeLists.txt file. We could also think about searching the necessary files automatically.