-
The libkafka implements mostly non blocking API calls. Hence when we open a Producer, with a wrong broker address, we get a valid instance that will begin to spam the logs with failing connection atte…
-
### Version & Environment
Redpanda version: (use `rpk version`): v21.11.3 (rev b3e78b1)
Producer is a Rust program that uses `rust-rdkafka` (wrapper for `librdkafka`, at v1.8.2). Produces ~200ms…
-
Description
===========
```
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fe12277026c in ?? () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7fe1221e3440 (LWP 1678161))]
…
-
ldd /usr/lib/php5/20100525/kafka.so
linux-vdso.so.1 => (0x00007fff2bdff000)
librdkafka.so.1 => not found
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f90d3d42000)
…
-
Description
===========
On centos 7, getting error when importing confluent kafka 2.2.0 in python script.
The confluent-kafka module was built using the source along with librdkafka.
Getting bel…
-
If I understand correctly, all configuration defined in https://github.com/kaltura/nginx-kafka-log-module/blob/master/ngx_http_kafka_log_module.c and there is no mechanism to pass arbitrary parameters…
-
Description
===========
Sorry not sure if this belongs here or librdkafka
I am having SSL handshake failures with Windows Certificate Store when there is a Intermediate CA. Adding new config "ss…
-
### Discussed in https://github.com/confluentinc/librdkafka/discussions/4764
Originally posted by **bhakon** June 19, 2024
I am encountering difficulties configuring sasl.kerberos.ticket.renew…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 9.0.100-rc.2.24474.11
- Apply feed for SDK 9.0 RC2
3. Install Aspire 9.0.0-preview.4.24475.9
- Apply the dotnet8 …
-
Description
===========
Calls to consumer.Assign([]kafka.TopicPartition)
or
consumer.Subscribe()
result in partitions either being directly assigned (Assign) or via group management (rebalancin…