kafka_producer_consumer_tutorial icon indicating copy to clipboard operation
kafka_producer_consumer_tutorial copied to clipboard

A tutorial on building a real-time data streaming application pipeline with Apache Kafka🔥🔥🔥

Kakfa streaming app

Producer script

Check the producer.js file for the client

Consumer script

Check the consumer.js file

create topic

Check the createTopic.js file

To start the application(producer), run the start.sh shell script If there is a permissions issue, run chmod +x start.sh

To run the consumer script, run node ./consumer.js