-
Kafka has add the feature of header from version 0.11.x, but kafka-node has not supported it.
Do you have any plan to implement that?
https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add…
-
I'm trying to send a batch of messages with the following code:
```
await this.client.send(
{
topic: 'topic-name',
messages: [
{ key: '1', value: 'string1' …
-
We should commit the already resolved offsets when we get `REBALANCE_IN_PROGRESS`. Currently, we are dropping the offsets to perform the rebalance.
https://github.com/tulios/kafkajs/blob/11d7b8108e…
-
**Bug Report**
I have a hosted cloud based Kafka server. The messages can be received perfectly using Kafka Tool.
However, when consuming the same messages using kafka-node, I am getting the follo…
-
Apologies in advance if I am being silly as I am not too familiar with JS... I am trying to use a .pem file to connect to kafka on AWS, but keep getting ENOENT error. Am I doing something wrong? What …
-
**Describe the bug**
Following similar issue (https://github.com/tulios/kafkajs/pull/938), the driver does not recover after getting TOPIC_AUTHORIZATION_FAILED as described as following:
**To Repr…
-
Hello @a97001 ,
I came across your repository and I found it really interesting as an alternative at the KafkaJs implementation used natively by NestJs. Then I saw the last commit and I saw it to b…
-
**Describe the bug**
I'm not sure if it's really an issue or a misusage by my side, but it appears that once a producer has sent a message on a topic, deleting the topic causes "This server does not …
-
**Describe the bug**
We are using` partitionsConsumedConcurrently: 3 `so we concurrently consume messages. However we are finding that when we throw an error out of our eachBatch/eachMessage handler…
-
### Expected behavior
### Actual behavior
TypeError: AsyncRetryHelper is not a constructor
### Steps to reproduce the behavior
npm install and try
1. Connect to Kafka cluster '...…