Reputation: 293
How can I integrate Kafka with Node JS?
Upvotes: 0
Views: 109
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