-
## Expected Behavior
when running I expect to see the report, but it simply stops after doing some processing
>clinic bulletprof -- node index.js param1 param2
## Current Behavior
it does prints…
-
Using kafkaJS for NodeJS services to connect with kafka. Freq getting these errors as consumers getting disconnected and crashed. after that service containers also getting crashed(sometimes).
get…
-
I have 3 node consumer group and facing the ***failed to find group coordinator*** ERROR. And consumer get stopped. Can anyone assist me to figure out the this issue. Find the below details for the sa…
-
Hello
I have a strange behaviour (random) of my kafkaJs producer in production
throwing the below exceptions
I am using the below configurations
**Environment:**
- KafkaJS version 1.150
- Ka…
-
The background task that publishes Kafka metrics seems to be able to get into a bad state.
```
TypeError: Cannot destructure property `partitions` of 'undefined' or 'null'.
at /usr/src/node_m…
-
Hi, currently I'm seeing that we only support the basic auth for `SchemaRegistry`, with username/password. I wonder if there is another way to get Oauth bear token like kafkajs has for broker authenti…
-
Hi
We are using your kafka module to connect to kafka. We are unable to connect
1. The user name and password when using SASL, is not remembered. Once userid and pssword are set and saved, we canno…
-
**Describe the bug**
Somewhere is problem in 1.14.0 version. I tried to connect and then produce message, but sometimes I got error:
```
(node:78713) UnhandledPromiseRejectionWarning: KafkaJSError…
-
**Describe the bug**
Getting the following error when connecting to an AWS MSK cluster:
```
KafkaJSNonRetriableError Caused by: KafkaJSError: This is not the correct coordinator for this group at…
-
**Describe the bug**
Getting `KafkaJSNonRetriableError` when the client try to consume message:
**To Reproduce**
Blow consumer code was used:
```
const kafka = new Kafka({
clientId: option…