-
Hi, im trying to consume messages from kafka with rust-rdkafka. i copy pasted at_least_once.rs code but nothing gets consumed from kafka. in console i get following logs:
```
rebalance: RD_KAFKA_RES…
-
Hi @cjhoward92,
could you help me? I have some problem.
1. First I want to config AppVeyor to create prebuilts for Node 6, 8, 9. You can check the appveyor.yml in the repo. It works on v6 &v8. It…
-
I have gunicorn managing a Flask app run using the following docker command
```
CMD gunicorn flask_app:app -b 0.0.0.0:8080 --max-requests 1000 --max-requests-jitter 50 -w 2 -k uvicorn.workers.Uvicor…
-
**Environment Information**
- OS [e.g. Mac, Arch, Windows 10]: Debian Stretch (Docker)
- Node Version [e.g. 8.2.1]: 8.3.1
- NPM Version [e.g. 5.4.2]:
- C++ Toolchain [e.g. Visual Studio, llvm…
-
Description
===========
At the beginning consumer connects and reads records from topic as should. At one moment (after several hours) connection with broker restarts, partitions unassign and all …
-
Hello,
I'm currently trying to interact with a secured Kafka Cluster (SASL_PLAIN over TLS) and thus developed a simple consumer application using rdkafka but the consumer is unable to authenticate.
…
-
Description
===========
Issue with termination of kafka consumer. When consumer has being cunsuming messages for over a number of hours, it will fail to fully terminate and hang.
consumer.close() i…
-
Hi,
We are using this crate today. Specifically the last crates.io released version 0.36.2.
We need to pickup [this](https://github.com/fede1024/rust-rdkafka/issues/681) fix to move to late…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
Description
===========
C++ consumer APIs have memory leaks under certain conditions.
How to reproduce
================
OS: Linux CentOS 7.9.2009
VERSION: librdkafka 2.1.0
I verified it wit…