-
Let's talk about usage of **confluent-kafka-python** Producer together with Tornado web server.
We know that Tornado is non blocking-server and has event loop for processing socket events.
We also…
ghost updated
6 years ago
-
Where can I find PDBs for the librdkafka.redist 1.3.0 Nuget package? I can see there's a librdkafka.symbols package in Nuget, but it seems to be abandoned (last version was published in 2016)
Ideally…
-
Description
===========
```
WARNING: ThreadSanitizer: data race (pid=1)
Atomic write of size 4 at 0x7b78000f4bb0 by thread T377 (mutexes: read M0, write M1):
#0 rd_atomic32_get build_docker…
-
Description
===========
Hi. I have been using confluent-kafka-go for some time. But all this time I have been wondering about how librdkafka creates and sends batches over the network to the brokers…
-
Description
===========
Previous to the release of 1.4.0, when there was no bundled librdkafka installed along with this library, I built my Golang application in two stages:
In the first stage…
-
Feature Request
- Add support for Kafka plugin to support SSL. LIBRDKAFKA supports SSL
-
When you accept the default partitioning scheme in librdkafka, it will randomly choose a partition at startup and fill only that one. Ideally, we can evenly distribute bro events across multiple parti…
dcode updated
6 years ago
-
It would be great if you could create a vcpkg packaged version of modern-cpp-kafka.
I've tried creating one myself (I'm new to creating vcpkg packages) but I'm having problems with the CMakeLists.…
-
> This library is no longer actively developed and has been superseded by [librdkafka](https://github.com/edenhill/librdkafka) via [rdkafka-ruby](https://github.com/appsignal/rdkafka-ruby/) bindings. …
cbeer updated
12 months ago
-
Description
===========
I’d like to try this as it provides a pre-built librdkafka library I could use with docker. But, with the setup.sh requirements, I’m not sure how to do that. I’d need to se…