In this articles, we will see how to implement apache kafka with node.js. Apache Kafka for Node.js Developers
Firstly, kafka is a streaming platfo...
For further actions, you may consider blocking this person and/or reporting abuse
I saw you used kafka-node any specific reason you used it over kafkaJs or node-rdkafka? We originally used kafka-node but switched to KafkaJs because it did support LZ4, while keeping the SSL configured the same as KafkaJs, unlike node-rdkafka which required files. Both node-kafka and node-rdkafka seem to have a problem maintaining.
This is fantastic stuff. It's neat post thank you for sharing. One suggestion I would give using I'd HighlevelProducer provides round robin way of posting messages to topic
Thanks
Kishore
Thank you for your feedback and suggestion . i will update it.