-
Header Search Paths:
Open your Xcode project, select the target, go to "Build Settings," and add the following path to "Header Search Paths":
/usr/local/opt/curl/include
Library Search Paths:
Ad…
-
This issue is to track the progress of the PECL builds we are doing
Here is the list of extensions built so far
- amqp
- apcu
- apfd
- ast
- base58
- bitset
- couchbase
- crypto
- CSV
- d…
-
Hi, we observed an issue that EventConsumer stops consuming after a random amount of time (e.g., 30 min, 2 hr, 5 hr, 1 day, etc).
We tried to imitate the EventConsumer example of RdKafka, initiali…
recao updated
7 years ago
-
**Environment Information**
- OS [ Mac, 11.2.3 (20D91), M1 chipset]:
- Node Version [e.g. v16.8.0]:
- NPM Version [e.g. 7.21.0]:
- node-rdkafka version [latest default]:
**Steps to Repro…
-
Description
===========
A deadlock may occur when consumer rdkafka is being destroyed at the same time as it is handling a `RD_KAFKA_RESP_ERR_OFFSET_OUT_OF_RANGE` response from server. The relevant …
-
**Environment Information**
- OS [cent os 7]:
- Node Version [16.13.1]:
- NPM Version [8.1.2]:
- C++ Toolchain [g++ 7.3.1, node-gyp: 8.4.1]:
- node-rdkafka version [e.g. 2.12.0]:
**Steps…
-
Description
===========
I get a ton of events, and then just randomly it stops consuming them:
```
00:05:33 DEBUG modules.interfacer interfacer.go:92 Received 'update' event
00:05:33 WARN …
-
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…
-
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: …
-
This is an upstream bug: https://github.com/fede1024/rust-rdkafka/issues/611