Install Apache Kafka on Windows PC | Kafka Installation Step-By-Step Guide #kafka #apachekafka

Аватар автора
JavaScript для предпринимателей
This video is all about installing the Apache Kafka on your Windows PC. This video includes step-by-step guide to install Kafka including recommended configurations. Prerequisite: You should have Java (JDK) installed on your windows machine. Required Commands: .binwindowszookeeper-server-start.bat .configzookeeper.properties .binwindowskafka-server-start.bat .configserver.properties kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partition 1 --topic test kafka-console-producer.bat --broker-list localhost:9092 --topic test ------------------------------------------------------------------------------------------------------- Sample Data: {"Name: "John", "Age":"31", "Gender":"Male"} {"Name: "Emma", "Age":"27", "Gender":"Female"} {"Name: "Ronald", "Age":"17", "Gender":"Male"} --------------------------------------------------------------------------------------------------------- kafka-console-consumer.bat --topic test --bootstrap-server localhost:9092 --from-beginning .binwindowszookeeper-server-stop.bat .configzookeeper.properties .binwindowskafka-server-stop.bat .configserver.properties -------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------- Also check out similar informative videos in the field of cloud computing: Audience This tutorial is made for...

0/0


0/0

0/0

0/0