How can I integrate Kafka with Node JS?
1 Answer
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/
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/