-
Hi,
If KafkaJS is retrying a message using its retry mechanism, I understand this happens within the consumer poll. i.e. it is not retried off the topic. The total retry period could well exceed th…
-
Firstly, I dont know if its an own error configuration or its something about KafkaJs. I think it could be configuration of kafka but i dont understand the behaviour in the connection of KafkaJS and…
-
Hi KafkaJS team,
First of all, thank you for maintaining KafkaJS. It has been an essential part of our projects, and I appreciate all the effort that goes into it.
I’ve recently developed suppor…
-
Let assume I have 6 topics and in that 6 topics consider 3 as high priority and 3 as low priority . Now I want consumes first high priority complete then continue with low priority and also will deplo…
-
This project was started by Tulio and then maintained mainly by him and I for a good number of years as we worked together on projects that used KafkaJS. Tulio no longer works at a company that uses K…
-
Using
- Kafkajs version : 2.2.3
- Kafkajs-lz4 version : 2.0.0-beta.0
**On upgrading nodejs version from 16 to 18. kafkajs lz4 library is throwing below errors :**
```
TypeError: Failed to …
-
**Describe the bug**
When our Kafka cluster is under load, we sometimes see this error from our kafka.js consumer:
```
KafkaJSSASLAuthenticationError: SASL SCRAM SHA512 authentication failed: Req…
-
**Hey KafkaJS users!**
We sometimes get questions from people on whether or not KafkaJS is used in production. As the maintainers, we hear from people every now and then, but it's not documented an…
-
This issue is extremely close to the https://github.com/tulios/kafkajs/issues/554. The difference is that I am using `SASL/OAUTHBEARER` for authentication.
**Some background**
I am watching a dire…
-
Hi Team,
we are facing the same issue, however time remain unpredictable.
As we are using the same code KafkaJS in the production environment, so this is not possible to change the consumer groupID…