-
Description
===========
I'm trying to build a binary for the Docker image, however I'm running into quite a gcc error when running `go build`.
How to reproduce
================
`Docke…
-
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…
-
# Issue
For those using SASL authentication Kafka, current configuration file may contain authentication secrets.
```
"kafka": { //librdkafka kafka config, seen here: https://raw.githubuserco…
-
On Mac Mojave 10.14.2 using SBCL 1.5, the following code fails:
```
(ql:quickload :cl-autowrap)
(defpackage :kafka-autowrap-ffi
(:use :common-lisp)
(:export #:rd-kafka-t
#:rd-…
-
libcurl is used to request the OIDC token endpoint, but libcurl's SSL settings are not configured by librdkafka.
Description
===========
The `ssl.ca.location` setting in particular is important b…
-
Description
===========
I am trying to use the confluent-kafka-go library in my project. The build fails with the following error:
```
bazel build //simulation/services/simulationrunner --sandb…
-
All I got so far on this:
```
rdkafka_broker.c:4633: rd_kafka_broker_destroy_final: Assertion `thrd_is_current(rkb->rkb_thread)' failed.
```
ref https://github.com/confluentinc/librdkafka/iss…
-
Description
===========
It would be nice if the SchemaRegistryClient() support a "url" string which is a comma-separated list of schema registry URLs instead of just a single schema registry URL. …
-
when test message_headers.php in centos i got following output:
```
> php message_headers.php
6 messages delivered
Got message: message 0 | Headers: none
PHP Warning: array_walk() expects…
-
HI, I configured it according to the **mod_kafka** documentation [mod_kafka.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_kafka/blob/master/mod_kafka.html#Installation)…