Questions tagged [cppkafka]
2 questions
0
votes
0 answers
How to build examples in CppKafka?
I am investigating CppKafka library https://github.com/mfontanini/cppkafka
I want to build executables in cppkafka/examples/
My actions:
cd cppkafka/build
cmake ..
make -j
I was adding debug output in
#…

mascai
- 1,373
- 1
- 9
- 30
0
votes
0 answers
Is there a way to get number of messages in Kafka topic
Is there a way to get number of unprocessed messages in Kafka topic using cppkafka or librdkafka? I guess it has something to do with offsets, but I'm unsure how to do that.

kreuzerkrieg
- 3,009
- 3
- 28
- 59