Questions tagged [kafkajs]

KafkaJS is an open-source Node.js client library for Apache Kafka

KafkaJS is an open-source Node.js client library for Apache Kafka, a distributed streaming platform designed to store and process high-throughput data streams.

199 questions
0
votes
1 answer

NodeJS : KafkaJSProtocolError: The group member's supported protocols are incompatible with those of existing members

I am trying to capture data from Kafka using MongoDB debezium connector but I am getting error when I try to read it with KafkaJS: KafkaJSProtocolError: The group member's supported protocols are incompatible with those of existing members I am…
Mahajan344
  • 2,492
  • 6
  • 39
  • 90
-1
votes
0 answers

NestJs Microservice with Kafka as transport layer, 2 producers and single consumer issue

I have 3 microservices communicating using kafka. gateway auth verification gateway has 2 modules (controllers) auth and verification to communicate with respective microservice. Both modules are producing messages for auth microservice on…
-1
votes
1 answer

can we use kafka with nodejs without any external database?

I am new to kafka and I want to use it with Node JS. I want to query the username and password of user in Node JS without external database. As for as I know Kstream and Ktables don't work with node JS. If possible, can someone create me a simple…
1 2 3
13
14