cppkafka icon indicating copy to clipboard operation
cppkafka copied to clipboard

Modern C++ Apache Kafka client library (wrapper for librdkafka)

Results 88 cppkafka issues
Sort by recently updated
recently updated
newest added

This is to make sure the library isn't broken. This should build the library, tests and examples and run all tests. Also package the built library in a zip for...

https://stackoverflow.com/questions/77996984/cppkafka-bufferedproducerproduce-not-flushing-the-queue if someone can please tell me what is going on that will be really helpful. Or should i use `Producer` class instead of `BufferedProducer` ?? because i dont need...

Hello, I found this warning compiling into a Dockerfile: [ 75%] Building CXX object src/CMakeFiles/cppkafka.dir/producer.cpp.o /app/cppkafka/src/producer.cpp:154:54: warning: object backing the pointer will be destroyed at the end of the full-expression...

I've recently been working with cppkafka master branch and noticed that the examples provided in the project are not compiled automatically as part of the default build process. I had...

I want to build it without "boost", can it be achieved? If it can not be achieved, how can I just install necessary part of "boost"? I'm using ubuntu20.04, and...

I have built the CPPKafka using vcpkg and when I tried the following simple code, it is crashing while trying to create the configuration. ``` Configuration config = { {...

Hi, Ubuntu version: 22.04 CppKafka version: 0.4.0 CMake version: 3.25.2 Imagine we have a project with two sub-projects '**foo**' and '**bar**'. Both of them use the CppKafka. They have the...

Is there a way to get number of messages in the topic that were not consumed yet?

When I wanna produce a message, how to set ttl of the message? I can't find it in example.cpp string line; while (getline(cin, line)) { // Set the payload on...

Please help me to compile the third-party library of this link with cmake gui under Windows. https://github.com/mfontanini/cppkafka, please give the most detailed compilation process, including the compilation process of dependent...