-
Hi Team,
I am opening this issue just for the sake of asking a question. When the KafkaJS library performs a `heartbeat` call to the Kafka cluster, and receives an error that the consumer group is …
-
### What version of Bun is running?
1.0.6_debug
### What platform is your computer?
Darwin 22.5.0 arm64 arm
### What steps can reproduce the bug?
I've created a repo with a docker-compo…
-
I ran a test sending and receiving 1000 messages individually (no batching) using the KafkaJS library, and then ran the same test using the Confluent library (following the migration instructions).
…
-
-
Consumers, even idle ones, are leaking memory. Primarily in the form of unfulfilled promises.
**Repro steps:**
Started with a test app that starts up 16 consumers, each for a different topic, a…
-
**Environment Information**
- OS [Windows 10]:
- Node Version [e.g. 20.18.0]:
- PNPM Version [e.g. 9.6.0]:
- C++ Toolchain [e.g. Visual Studio, llvm, g++]:
- confluent-kafka-javascript versi…
ertl updated
8 minutes ago
-
KafkaJs use a default [retry = 5](https://github.com/tulios/kafkajs/blob/master/src/retry/defaults.js#L6), which is extremely small for any internet intermittent issues. The default settings in Java c…
-
I adapted the Apollo Group working sample, https://github.com/apollographql/docs-examples/blob/main/apollo-server/v3/subscriptions-graphql-ws/src/index.ts, to work with grapql-kafkajs-subscription and…
-
Everything work great, but when a rebalance is happening on my consumer group, this error is logged and my service crash.
I see that the error : REBALANCE_IN_PROGRESS is no-retriable on the code an…
-
First of all, I just want to say how happy I am to see confluent release an official JS client. Love the idea to make it compatible with KafkaJS/node-rdkafka. :+1:
#### Now for the issue
I don't…