-
Description
===========
Installing librdkafka on fedora 35 is currently failing.
How to reproduce
================
Use the following commands to reproduce the issue:
1. First start the docke…
-
clang++-8
ubuntu 20.02
description
===========
I introduced librdkafka into my project, and an error occurred when I compiled the project
```
/usr/bin/ld: CMakeFiles/kafka_test.dir/main.cc.o: …
-
I'm trying to compile `librdkafka` for Android.
The pthreads library is built into Android's libc (bionic). Hence, when you specify `-lpthread` to the linker, it fails.
I need to know whether a me…
-
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
===========
I'm usinng librdkafka-2.0.2, and i'm facing with rd_kafka_consumer_close(myHandle) call blocking (once the broker become unreachable).
The same problem appears with rd_kafka…
-
Description
===========
I ran into the following exception:
```
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that …
LucVL updated
6 months ago
-
### Vector Version
```
vector 0.15.0 (x86_64-unknown-linux-musl 23b6c9e 2021-07-13)
```
### Vector Configuration File
```toml
[sources.in_kafka_access]
type = "kafka…
-
Hey, there! Is there some way to use cooperative assignment strategy?
I've tried changing the configuration `partition.assignment.strategy` to `cooperative-sticky` ([related librdkafka docs](https://…
-
Description
===========
The librdkafka configuration properties list has the following description for the "ssl.endpoint.identification.algorithm" property:
"Endpoint identification algorithm to …
-
Build with MSVC.
Requires that the oct15 branch of librdkafka is merged to master.
Should provide prebuilt binaries for windows, possibly with installer.