-
When i use this snippet provided in the docs :
```js
const kafka_transport_conf: KafkaTransportConfig = {
clientConfig: { brokers: ["localhost:9092"] },
producerConfig: { allowAutoTopicCreat…
-
Hello,
first of all maybe I just did not understand something properly and has wrong expectations, but I was expecting that kafkajs will do autoreconnect / autodiscovery of new brokers but instead it…
ghost updated
2 years ago
-
**Describe the bug**
DISCLAIMER: This could 100% be abuse/misuse of the library, and I'd be happy if this was a case of RTFM, so hopefully someone can point out something I'm doing obviously wrong 😜 …
-
**Describe the bug**
Hi, the [L4Z implementation suggested in the documentation](https://kafka.js.org/docs/producing#a-name-compression-lz4-a-lz4) is broken on nodejs18
**To Reproduce**
```sh…
-
## Task
#### Description
We're using Kafka for managing our data streams, but right now we're just using whatever comes out of the box from kafkajs, without much clarity on exactly how it works an…
-
**The bug description**
While testing KoP as a kafka protocol handler for pulsar, I succeeded in producing messages to a partitioned topic
But failed in consuming the messages.
case 1
According…
-
Hi and thank you for the lib! ⭐
I'm currently struggling to get it up and running in a NodeJS application developed with TypeScript. After just having done a `yarn add @kafkajs/confluent-schema-re…
-
**Describe the bug**
We are facing the error of [Consumer] crash.
`{"level":"ERROR","timestamp":"2023-01-02T02:46:51.057Z","logger":"kafkajs","message":"[Consumer] Crash: KafkaJSNumberOfRetriesExc…
-
# Problem
Producer or consumer clients using `kafkajs` cannot connect with [Strimzi](https://strimzi.io/quickstarts/okd/) over TLS. The cluster responds correctly to the Kafka [console clients](https…
-
### Expected behavior
When we pause the queue we should not miss the message which we read for checking the time . Also when we resume we should first read that message.
### Actual behavior
A…