NodeJS – Publish messages to Apache Kafka Topic with random delays to generate sample events based on records in CSV file
In a recent article I described how to implement a simple Node.JS program that reads and processes records from a delimiter separated file. That is stepping stone on the …