How to install Kafka using Docker & Docker Compose in any OS | Windows | MacOS | Linux | JavaTechie

  Рет қаралды 39,728

Java Techie

Java Techie

Жыл бұрын

In this video, I will walk you through the steps to install Apache Kafka using Docker and Docker compose in any operating system.
#JavaTechie #Docker #Kafka
Spring boot microservice Premium course lunched with 70% off 🚀 🚀
Hurry-up & Register today itself!
COURSE LINK : javatechie5246.ongraphy.com/
PROMO CODE : JAVATECHIE50
Join this channel to get access to perks:
kzbin.infojoin
GitHub:
github.com/Java-Techie-jt/kaf...
Blogs:
/ javatechie
Facebook:
/ javatechie
guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account

Пікірлер: 56
@anilarkay
@anilarkay 7 ай бұрын
Superb!! I never miss your videos. Great content 👏👌👌👌
@UntamedRogueMavrick
@UntamedRogueMavrick 5 ай бұрын
You solved the problem, I couldn't even solve after wasting hours on the paid platform. Thanks a ton. God bless you for the sharing the knowledge selflessly.
@phanimc11211
@phanimc11211 Жыл бұрын
Thanks for your nice presentation.
@mandardeulkar6010
@mandardeulkar6010 Жыл бұрын
Excellent!
@avicool08
@avicool08 8 ай бұрын
Very nice bro
@sajeeshkumar4510
@sajeeshkumar4510 Жыл бұрын
Thanks for your nice presentation. Please provide video to install kafka of higher version (without using zookeeper) using docker. Thanks once again.
@dunayqudretli3382
@dunayqudretli3382 8 ай бұрын
thans a lot of man
@elvinnajafov6173
@elvinnajafov6173 8 ай бұрын
thanks man!!!!
@VK55837
@VK55837 3 ай бұрын
Hi, There's an official image available as "apache/kafka:3.7.0" (as of today), so we don't need to build docker-compose manifest file with two images, instead just use one passing required configurations as per the need.
@ambarishkapil8004
@ambarishkapil8004 2 ай бұрын
That is perfect!
@onepercentbetter3313
@onepercentbetter3313 10 ай бұрын
Please create a playlist for test containers for integration tests
@dineshpanigrahi1065
@dineshpanigrahi1065 Жыл бұрын
Hi @JavaTechie, Can you please make a video explaining to prevent direct calls to microservices, we should only access through the api gateway, and role based authorization in continuation of the spring cloud api gateway | JWT Security video🙏🙏🙏🙏
@grrlgd3835
@grrlgd3835 Жыл бұрын
More JT gold. Tks
@Javatechie
@Javatechie Жыл бұрын
Thanks buddy 😍
@sagi33delriego82
@sagi33delriego82 Ай бұрын
Thanks for public this video, I would like more about your type browser where you make this test what's name has
@srideepbhat
@srideepbhat Жыл бұрын
Hi sir, can you please make a video on flowable? creating different flowable components with spring boot. Thanks.
@Javatechie
@Javatechie Жыл бұрын
No idea about the flowable will check and update . It would be good if you can share some resources if it is handy with you
@ShaikhJaved832
@ShaikhJaved832 Жыл бұрын
Awesome brother. Completely understood. Can you upload a video to integrate with java application please
@Javatechie
@Javatechie Жыл бұрын
Yes the next video will be a producer and consumer example
@MoviesClipYogi
@MoviesClipYogi 9 ай бұрын
In Last Video, you have used Kafka server as bootstrap server to create Topic, but here you have used Zookeper serve. if possible please explain this difference. Thanks.
@najmiabo
@najmiabo 5 ай бұрын
zookeper is for development, dont use it for production
@Karan-gk7jw
@Karan-gk7jw 2 ай бұрын
so sir, what to use in production then
@ajaypardhe6594
@ajaypardhe6594 Жыл бұрын
Sir , kya Eureka server and client deprecated ho chuki hai , spring initilizr par unsupported bata Raha hai 3.1.0 ke sath
@ishantbhatia3194
@ishantbhatia3194 Жыл бұрын
Seeing ur video from 2 years
@Javatechie
@Javatechie Жыл бұрын
Thanks buddy keep following Javatechie 😍
@anushasetti3204
@anushasetti3204 6 ай бұрын
Hi,I've ran docker compose up -d cmd in intellij IDE for creating kafka and zookeeper images..It is taking long time like more than 30mins..Is it normal?
@Javatechie
@Javatechie 6 ай бұрын
No it should be up within max 10 min but it could be a little late if internet bandwidth is less
@tangtrungnguyen9072
@tangtrungnguyen9072 8 ай бұрын
I make same video but I use get topic in Offset Expore is error: "Timeout expired while fetching topic metadata"
@TrinetarShoriTD
@TrinetarShoriTD 2 ай бұрын
Hello sir im facing an error but first thank you for this video, I'm using windows 10 OS machine and followed exact same steps and fired up the compose and two containers are running but when I'm trying to execute shell I'm facing error : OCI runtime exec failed: exec failed: unable to start container process: exec: "C:/Program Files/Git/usr/bin/bash.exe": stat C:/Program Files/Git/usr/bin/bash.exe: no such file or directory: unknown could you please guide me.
@jaiPandey-oe3jh
@jaiPandey-oe3jh 3 ай бұрын
i window using docker i am not able to connect with offset explore but i am able to do all thing using cmd prompt . by conventional way offset explore is also working fine
@Javatechie
@Javatechie 3 ай бұрын
Configure the zookeeper url correctly it should work .
@user-hw9en5me1n
@user-hw9en5me1n 9 ай бұрын
How to add tls configuration to Kafka and zookeeper using docker compose
@Javatechie
@Javatechie 9 ай бұрын
You need to pass truststore and keystore value and its path in the compose file
@kishore87jetty
@kishore87jetty 7 ай бұрын
just to let you know, had to go though multiple tweeks to start the server without zookeeper and docker couldnt run because the version mentioned are not available and windows was unable to run the docker commands
@Javatechie
@Javatechie 7 ай бұрын
Have you installed docker desktop 🖥️ in your window machine?
@kishore87jetty
@kishore87jetty 6 ай бұрын
@@Javatechie : yes I have docker running in local but the images were not available to for kafka and zookeeper.
@Javatechie
@Javatechie 6 ай бұрын
Let me try with the old version as per video then will update you
@mukeshsahani6452
@mukeshsahani6452 6 ай бұрын
Boss if you can directly install kafka and zookeeper images from docker itself then why this ?
@Javatechie
@Javatechie 6 ай бұрын
That's what I did in this video right?
@mukeshsahani6452
@mukeshsahani6452 6 ай бұрын
​@@Javatechie I mean u can directly install packages from Docker Hub application right ? Then Why CLI and all. U have well explained 😊
@huseyinuzun3219
@huseyinuzun3219 Ай бұрын
i am getting "zookeeper is not a recognized option". I am using bitnami instead of wurstmeister.. How can i solve this error ?
@ayodejiadesuyi2248
@ayodejiadesuyi2248 Ай бұрын
@Javatechie Thanks for the tutorial. I am also facing this issue. Please help
@huseyinuzun3219
@huseyinuzun3219 Ай бұрын
@@ayodejiadesuyi2248 bro just type "bootsrap-server" everywhere you see zookeeper
@user-pv4bb2ib8m
@user-pv4bb2ib8m 2 ай бұрын
is the wurstmeister zookeeper no longer available?
@Javatechie
@Javatechie 2 ай бұрын
I believe yes , can you please check in docker hub and validate
@user-pv4bb2ib8m
@user-pv4bb2ib8m 2 ай бұрын
Its not there , can you suggest any alternative for it.
@Javatechie
@Javatechie 2 ай бұрын
@@user-pv4bb2ib8m sure give me sometime i will update you
@user-pv4bb2ib8m
@user-pv4bb2ib8m 2 ай бұрын
@@Javatechie thanks a ton
@Javatechie
@Javatechie 2 ай бұрын
@@user-pv4bb2ib8m yes it's not available in hub so please use bitnami/zookeeper:latest
@onepercentbetter3313
@onepercentbetter3313 10 ай бұрын
We need Kafka ui (free version)
@pathakhemant-eb3du
@pathakhemant-eb3du 7 ай бұрын
you offset explorer
@amarnathkumar2564
@amarnathkumar2564 Жыл бұрын
First comment 😄
@eleberet
@eleberet Ай бұрын
индусы тащат🤣
Apache Kafka® Producer Example using SpringBoot 3.x | Java Techie
25:59
Always be more smart #shorts
00:32
Jin and Hattie
Рет қаралды 18 МЛН
I’m just a kid 🥹🥰 LeoNata family #shorts
00:12
LeoNata Family
Рет қаралды 10 МЛН
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 187 МЛН
Про Kafka (основы)
49:23
Владимир Богдановский
Рет қаралды 364 М.
100+ Docker Concepts you Need to Know
8:28
Fireship
Рет қаралды 822 М.
Prometheus and Grafana installation using Docker Compose
11:45
CodeWithRajRanjan
Рет қаралды 586
Gizli Apple Watch Özelliği😱
0:14
Safak Novruz
Рет қаралды 2,9 МЛН
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 791 М.
How charged your battery?
0:14
V.A. show / Магика
Рет қаралды 6 МЛН
i like you subscriber ♥️♥️ #trending #iphone #apple #iphonefold
0:14
WWDC 2024 - June 10 | Apple
1:43:37
Apple
Рет қаралды 10 МЛН
Main filter..
0:15
CikoYt
Рет қаралды 9 МЛН