-
### Environment Details (include every applicable attribute)
* Operating System+version: Windows 10
* Compiler+version: Visual Studios 16
* Conan version: 1.51.0
* Python version: 3.8.…
-
Hey!
Apologies, I tried to nail this down myself, but have been banging my head against it all day and thought maybe you would have some insight.
We have a project (https://github.com/vectordotd…
-
Description
===========
Hi, master.
I encountered an offset reset problem and reported this error, how can I solve it? thanks
How to reproduce
================
Checklist
=========
…
-
Related to the #230
To reproduce, in the https://github.com/mfontanini/cppkafka/blob/master/examples/consumer_example.cpp#L76 example replace
```cpp
consumer.subscribe({ topic_name });
```
…
-
Description
===========
When creating a ProducerConfig and your application is running containerized (using the default Dockerfile from VS 2022), when a log is generated and is passed to the API, th…
-
### Describe the feature
Since confluentinc/confluent-kafka-go is most generic and it uses underlaying librdkafka natively. Would it be possible that someone would provide example how to integrate wi…
-
I am searching some kafka client libraries in node.js, this library seems awesome, and lightweight, and i am only worry about the performance, so does anyone do some benchmark yet?
I am curious abo…
-
Description
===========
We are building Go-based producer/consumer applications and installing them into alpine-based docker images. As we've begun trying to include monitoring, we've discovered tha…
-
Description
===========
When using `ssl.certificate.pem` configuration the client doesn't send the full chain.
**Note:** `ssl.certificate.location` sends the full chain
How to reproduce
======…
-
I'm used [`ThreadedProducer`] to send kafka messages. I also hope to get the error information of send when the server does not exist, but I don't know how to catch this error in time . The message ca…