-
very cool that @high-stakes got kafka started. Upon inspection I noticed that we aren't modeling this consistently with the brave instrumentation. Notably, there are some batch concerns and also spans…
-
Hello Robert, thanks for the great project, I am using this in my application.
I've been thinking about using nodejs kafka-streams as underlying kafka client or technology for connection between nest…
-
im using the kafkaJs variant and `producer.send` and i was observing logs like this that were not send back to the caller.
```
timestamp: 1717074105728
fac: 'REQTMOUT',
message: '[thrd:sonic…
-
**Describe the bug**
We noticed that one of our microservices had stopped consuming events silently for about a day. This was fixed by manually restarting the service but we need a way to have it get…
-
**Describe the bug**
I am running a consumer with a single broker instance. When the connection to the broker is dropped - the consumer will sometimes hang and sometimes the kafkajs code to retry and…
-
Hi! Following the wordcount.js example, I mimicked it into the following. Everything works, even if I get the end of the stream and write to a file or log it to console it works as supposed to, but it…
-
hello everyone,i think i need some help.
```
KafkaJSNonRetriableError: Consumer group was not initialized, consumer#run must be called first
at Object.commitOffsets (/opt/nodework/node_modu…
-
The cppzst package was refactored considerably and the wrapper for KafkaJS is not working with the version 2.0.7.
I looked at the cppzst changes and they refactored to an ECMA module with an index.mj…
-
**Describe the bug**
When a consumer disconnects before `.run` has resolved, I get the following log entries (loglevel .DEBUG):
```
{"namespace":"Connection","level":5,"label":"DEBUG","log":{"times…
-
**Is your feature request related to a problem? Please describe.**
When KafkaJS sends a batch of messages to Kafka, the broker accepts at most `max.message.bytes`B of messages per partition (defaults…