-
Currently, all errors are bubbled up to high-level entities. KafkaJS should handle low-level errors such as `request timeout` inside the connection automatically.
Log example:
```
{
broker: "k…
-
**Describe the bug**
If the consumer option `partitionsConsumedConcurrently` is set to 1, I expect there never to be batches that are processed concurrently with different partitions. However, once a…
-
**Describe the bug**
One of the 3 consumers in kafka group, started consuming from beginning instead of last committed offset after process crashed
**To Reproduce**
Steps to reproduce the behavio…
-
## Questions?
Support for SCRAM-SHA-256 auth mechanism
### Environment
* Node version: 10.17
* Kafka-node version: 4.1.3
Thanks for your contribution!
-
I am using MSK small. I have three brokers, and the same brokers are being used in my connector file.
What I observe is it always connects to the third broker. It starts consuming data and suddenly I…
shg95 updated
11 months ago
-
Getting KafkaJSConnectionError while trying to connect to Kafka
```
"errorMessage": "Failed to connect: error:0909006C:PEM routines:get_name:no start line",
"trace": [
"KafkaJSNonRetria…
-
**Is your feature request related to a problem? Please describe.**
Right now `types/index.d.ts` looks somewhat inconsistent: Some types are defined with `type X = { ... }`, while others are defined…
ankon updated
2 years ago
-
-
**Describe the bug**
When you send multiple transactions in a row, error messages are logged, but messages are sent correctly
**To Reproduce**
[Code to reproduce](https://github.com/mark-b-ab/kaf…
-
We are using kafka js to consume messages from around 350 topics with 1000 1500 messages per second. It works fine but sometimes when the throughput is high, then the consumer starts to lag. Is there …