-
Kafka Setup
2 Broker URLs
1 Topic with 4 Partitions - workflow-executions
1 Consumer Group (raw-data-consumer) with 4 Consumers (Kubernetes PODs)
Currently we are using eachMessage() to proces…
-
Hello I am working on a project where we are trying to simulate an eshop flow using event driven approach, and in some services we would like to have EoS.
Our flow is one service(A) sends an event t…
-
sometimes fastify throw this error.
i've tried to call done inside the index.js in the declaration of fastify's plugin but dosen't worked
any help?
```
const err = new AVV_ERR_READY_TIMEOUT(n…
-
I want to know when the KafkaJS Consumer pulls messages from Kafka.
I assume that the KafkaJS Consumer will pull messages after committing them.
ex1) After 'Auto Commit' by commitOffsetsIfNecessary…
-
**Describe the bug**
Cannot connect to the local Kafka server `listeners=PLAINTEXT://[::1]:9092` with `[::1]:9092`.
**To Reproduce**
```typescript
new Kafka({ brokers: [ '[::1]:9092' ] })
```
…
-
**Describe the bug**
I'm trying to run a script (provided below) which basically should connect to kafka instance and subscribe to a few topics. But it shows few errors about not being able to connec…
-
**Describe the bug**
We're using Kafka hosted by Confluent cloud as the message queue for our TB cluster in a microservice deployment scenario.
Every couple of days (we're theorising when the Conf…
-
Hello everyone,
We have a service consuming 2 topics with 32 partitions each. When a rebalance happens in the group we get the following error:
```
Crash: KafkaJSNumberOfRetriesExceeded: Cannot…
-
Hi, I am trying to register a new schema following the example here: https://kafkajs.github.io/confluent-schema-registry/docs/usage-with-kafkajs
I keep getting undefined for SchemaType.
`const { Sc…
-
I have been 'successfully' connected to igwn.gwalert and receiving alerts for many hours. But after many successful downloads I received this error message and a fatal crash:
{"level":"ERROR","t…