/kafka_producer_consumer_tutorial

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

Primary LanguageJavaScript

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