Install Apache Kafka in windows| kafka installation

preview_player
Показать описание
📌How to install apache kafka in windows system.
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

The Input line is too long Error solution:

rem Classpath addition for release
call :concat "%BASE_DIR%\libs\*;"

Commands :
Run these commands from root folder .
Run zookeeper:

Run Kafka server

Create a topic:

Run Producer:

Run Consumer:

Check all topis:

🕘Timestamps:
0:10 - Introduction

💛 Git hub Repo Link:

🎥 Kafka Related Videos:
=========================================================
🎬 Kafka Installation :
🎬 Kafka Producer Java config based :
🎬 Kafka Producer and Consumer , YML Config :
🎬 Kafka Producer and Consumer , Property file Config :
🎬 Kafka Consumer with Filter :

🎃Unit and Integration Testing Related Videos:
========================================================
✨ Unit testing with Junit and Mokito for spring boot:
✨Integration Testing with Spring Boot:

🎃Other Spring related Videos:
========================================================
💙Spring boot Cache implementation :
💙Filters or Handler Interceptor in Spring boot :
💙Spring boot CRUD operation with H2 Database :

🎃git Related Videos:
========================================================
​❤️ Git Pull vs Fetch:
❤️ Git in 30 minutes:
❤️ Git stash:
❤️ Git Reset:
❤️ Git branch:

🎃Java 8 Related Videos:
========================================================
✅Grouping by in java 8 stream:
✅Filters in java 8 stream:
✅ Exception Handling in Java 8 Completable Future:
✅ Java 8 Completable Future:
✅ Java 8 Features:

🎃Java 8 Related Videos:
========================================================
✅Grouping by in java 8 stream:
✅Filters in java 8 stream:
✅ Exception Handling in Java 8 Completable Future:
✅ Java 8 Completable Future:
✅ Java 8 Features:

🚀 Useful playlists
=============================================================
❤️ CRUD application with Spring boot and MySQL Database:
❤️ Java 8:
❤️ Kafka with Spring Boot:
​❤️ Git Complete Series:
❤️ Unit testing with Spring Boot:

--------------------------------SOCIAL--------------------------------

📸Instagram: will update soon .
#kafka #zookeeper#installation #kafkainstallation
Рекомендации по теме
Комментарии
Автор

Awsome video!!
Errors you rectified saved my life..

himanish
Автор

Excellent video for Kafka Installation.

sumanthn
Автор

Great video - I like how you confine it all to the kafka folders.... But I have an issue when I try to run this. Everything seems to start and run - except when I run the command for consumer. It doesn't wait for messages from producer - it goes right back to command line.... Any idea what might be not set correctly for consumer to not wait for the feed from the producer?

markhickok
Автор

This video excellent for beginner's

jhansiuramala
Автор

After starting Kafka it shuts down immediately staring can anyone help with this?

northstar
Автор

hi, in the end when iam typing in producer nothing is displayed in consumer. can you please help

twistnews
Автор

I am getting an error stating that the bat file cannot write to the folder files: -
ERROR Disk error while writing log start offsets checkpoint in directory Error while writing to checkpoint file (kafka.log.LogManager) 💔

I am running this command on a cmd which was started as an Administrator and I have changed the server.properties file as required. 🥺
I am able to run zookeeper though and it's running successfully. 🤟

akkyiscool
Автор

My Kafka server is shutting down. can u help me how to do that please

vinayroyaljagga