Conan.io package for librdkafka C/C++ library
Download conan client from Conan.io and run:
$ python build.py
$ conan upload rdkafka/0.8.6@sobotklp/stable -r <remote> --all
$ conan install rdkafka/0.8.6@sobotklp/stable
If you handle multiple dependencies in your project, it would be better to add a conanfile.txt
[requires]
rdkafka/0.8.6@sobotklp/stable
[generators]
txt
cmake
- Update this package to support later versions of librdkafka
- Test on Linux and Windows