Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How to Install Apache Kafka on Windows | Hands-on Kafka using CLI
Play lesson

Spring Boot + Apache Kafka Tutorial - How to Install Apache Kafka on Windows | Hands-on Kafka using CLI

4.0 (1)
8 learners

What you'll learn

This course includes

  • 8 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this video, we will understand how to download and install Apache Kafka in Windows machine. Once we install Kafka then we will see how to use Kafka using command line. #installation #kafka #javaguides #windows Complete playlist at https://youtube.com/playlist?list=PLGRDMO4rOGcNLwoack4ZiTyewUcF6y6BU STEP 1: DOWNLOAD AND INSTALL KAFKA https://dlcdn.apache.org/kafka/3.2.0/kafka_2.13-3.2.0.tgz STEP 2: START THE KAFKA ENVIRONMENT # Start the ZooKeeper service .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties # Start the Kafka broker service .\bin\windows\kafka-server-start.bat .\config\server.properties STEP 3: CREATE A TOPIC TO STORE YOUR EVENTS .\bin\windows\kafka-topics.bat --create --topic topic_demo --bootstrap-server localhost:9092 STEP 4: WRITE SOME EVENTS INTO THE TOPIC .\bin\windows\kafka-console-producer.bat --topic topic_demo --bootstrap-server localhost:9092 STEP 5: READ THE EVENTS .\bin\windows\kafka-console-consumer.bat --topic topic_demo --from-beginning --bootstrap-server localhost:9092 hello world topic demo

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere