Amaan Imtiyaz
Amaan Imtiyaz

Reputation: 293

Kafka with Node JS

How can I integrate Kafka with Node JS?

Upvotes: 0

Views: 109

Answers (1)

Elad Leev
Elad Leev

Reputation: 938

The kafka-node npm is well documented -
https://www.npmjs.com/package/kafka-node

And here's a post to start with -
https://thatcoder.space/getting-started-with-kafka-and-node-js-with-example/

Upvotes: 2

Related Questions