How to Install Apache Kafka on Windows

preview_player
Показать описание
How to install Apache Kafka on Windows

The video proves you step-by-step guidance on how to install Apache Kafka on Windows. These are generic steps and can be followed on other Windows versions as well.

Other Video:
---------------------------------------------------------------------------

Follow us on :
--------------------------------------------------------

My Laptop :
------------------------------------------------------

Audio Gear :
------------------------------------------------------

Secondary Audio :
------------------------------------------------------

Recommended Books:
------------------------------------------------------

Music:

#Apache #Kafka #DailyCodeBuffer #Bigdata
Рекомендации по теме
Комментарии
Автор

EDIT- As of 2022 Newer versions(2.2 and above) of Kafka no longer require ZooKeeper connection string i.e. --zookeeper localhost:2181 for creating topics. Instead, add Kafka Broker --bootstrap-server localhost:9092 connection string.
So for topic creation the new command may look like,
--create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic TestTopic

zeeshanfaiz
Автор

Thanks for streamlining the installation process with this video! Straight walkthroughs like yours really help me with these time crunches!

Quivun
Автор

bro you know what its 3.30 AM right now and I have spent more than 3 hour in just running this kafka.I had like every kind of error before running this zookeper.Documentation padh lia, github pe issue dekh lia, stack overflow pura padh lia but not able to solve this issue.
I have gave up like it is not going to work on my machine.
As a last resort before sleeping feeling defeated I decided to watch a video and here I see my boi shabbir doing installation and voila it is working like fine.
Lmao i wasted 3 hour and tried everything under the sun but guess u made it work for me even stack overflow was not able to help.
Thankyou homie!!!

shobhitsingh
Автор

Great video. Got my first kafka messaging system up and running within your video duration

himanshujani
Автор

Honestly, this is the best video of introducing Kafka, thanks a lot !!!

anson
Автор

Superb video. Get's you up and running in 10 minutes. No waffle and just enough detail to setup my unit test environment. Absolutely no problem hitting the subscribe button now.

harlando
Автор

this is the video which i found for a week :DDD tks so much

HoangLe-eisb
Автор

Thanks man! You saved me, I wasted lots of my time getting it configured.

ChandanKumar-oufr
Автор

Awesome explanation, we need a real time application by using Kafka

srichaitanya
Автор

Wow. This was amazing. Right on point and made kafka work on my system. Thank you so much

srushteesatardey
Автор

Those who have the "gradlew jarall" issue download the binary file not the source file

AamirIGadit
Автор

This is quick learning tutorial. This saves developer time. Simply Superb.

krishnareddyyerram
Автор

Thank you, it really help me, everything is clear. Some changes in params for newer version

Userarbuzer
Автор

Sir! I Salute the clarity with which you explain! Keep going! All the best.

lp
Автор

wow ! the best fast way to start with Kafka, Thinks sir !

Mohamed-ufjh
Автор

The way u r explaining kafka is very easy and understandable.By using this vdo i have setup kafka in my machine.
i have a question that is do we need to maintain all those 5 cmd sessions in standby to work with kafka, why we using those many sessions separately.

amulyapreethisanduru
Автор

I really appreciate this . your video just saved me 3 hours of headache

banjokoabiodun
Автор

Thanks for the video, it was so easy. I went through a lot of posts to understand this. Five starts from me

grimalpha
Автор

I have an issue that getting zookeeper audit is disabled

VishnuVardhan-fvip
Автор

Thanks alot buddy super helpful.
Just one thing for new versions it gives error using zookeeper so we use bootstrap-server instead

bhaicodekaro