-
* Currently, we expose more or less all `librdkafka` configurations — do we want to narrow it down to the most basic configurations and expand this on user request / provide an unsafe API that allows …
-
It would be great if there is a sasl(oauthbearer) mechanism similart to https://github.com/edenhill/librdkafka/pull/2189 this issue in librdkafka.
-
### Vector Version
```
0.17.3
```
### Vector Configuration File
```toml
[sources.kafka]
type = "kafka"
bootstrap_servers = "xxxx:9092,xxxx:9092,xxxx:9092"
group_id = "ngxallacct…
-
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…
-
Hello.
I've tried to build your module dynamically and build was successful.
But on inserting:
```
load_module /etc/nginx/modules/ngx_http_kafka_log_module.so;
```
I've got error:
```
dl…
-
Description
===========
I am using node-rdkafka to connect my application with kafka. When i am running the application using docker i am getting error Segmentation fault (core dumped)
I have use…
-
Description
===========
Now that librdkafka supports cooperative sticky partitions assignment strategy, we should ensure that consumers that commit offsets manually can’t commit offsets during rebal…
-
### Version & Environment
Redpanda version: 22.1
### What went wrong?
On a fresh cluster, the `_consumer_offsets` internal topic does not exist. When the consumer starts using manual partitio…
-
-
Description
===========
We are observing that when there is a lot of traffic in the network ( high network bandwidth utilization) , consumers are loosing some messages. ie if 1000 messages are sent …