-
I'm trying to use NuGet For Unity to set up Kafka in Unity 2019.3.3 on Windows 10.
Everything comes into the project fine, but...
When I test:
string hostAndPort; // Set to a valid Kafka host:p…
-
Dear Taras and Denis,
thank you so much for all of your answers within #665 and for picking up the work on `aiokafka`.
I would like to share a story with yours we had to handle just recently. It…
-
In https://bgpstream.caida.org/docs/install/bgpstream
* "librdkafka1" should be added to the dependencies to install
* Also, the latest wandio version is now 4.2.3
-
Hi,
Can we configure the consumer will get the messages every 10 minutes? As I know, the default consumer will poll the server every 100 milliseconds to get new message.
Thanks
-
Hello. I tried using your package but it looks like the recipe does not integrate conan into the CMake project? I get CMake warnings that conan definitions were never used by the project.
```
CM…
-
# Summary of the issue
...
## Expected behavior
...
## Steps to reproduce
...
*Where applicable, consider providing a patch that uses the [end to end testing environment](https://github.co…
-
**Environment Information**
- OS [Ubuntu]:
- Node Version [14.17.3]:
- NPM Version [e.g. 5.4.2]:
- C++ Toolchain [Visual Studio]:
- node-rdkafka version [2.12.0]:
**Steps to Reproduce**
…
-
Description
===========
We have a 5 broker cluster and 5 zookeepers. Broker 2 was down and our consumer application ran out of memory within 20 minutes of the broker going down. Our brokers are on…
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Descripti…
-
Description
===========
When I initialize a new consumer, if I pass an erroneous connection string via `bootstrap.servers`, I don't get an error. I would expect to get an error; if not at initiali…