Kafka Tutorial - Node.js Producer & Consumer

  Рет қаралды 72,470

Kris Foster

Kris Foster

Күн бұрын

Пікірлер: 72
@nishanthanr605
@nishanthanr605 3 жыл бұрын
no annoying music no extra talks. very clear content
@pankaj_9998
@pankaj_9998 3 жыл бұрын
Thank you so much. Great explaination. Can you do a simple microservices project in nodejs with kafka being used for async communication among the services. That would be great.
@amirmohammadmirzaeirad3
@amirmohammadmirzaeirad3 11 ай бұрын
Thanks man, great tutorial for those who are just getting started with kafka with nodejs.
@MegaJagveer
@MegaJagveer 3 жыл бұрын
Incredible video with very clear steps and instructions. Looking forward to more stuff!
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Thank you @Jagveer Singh!
@CodeCraftsman
@CodeCraftsman 3 жыл бұрын
This is awesome man! I was looking for short and crisp explanation of Kafka! You nailed it!
@NIKOLAZ56
@NIKOLAZ56 3 жыл бұрын
impeccable way of explaining how kaftka works
@imsarvesh_
@imsarvesh_ 3 жыл бұрын
Finally I understood Kafka.
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Thank you, glad you enjoyed!
@andreassef3656
@andreassef3656 3 жыл бұрын
Thank you for this content, it help me so much to understand how kafka works!
@saqibullah7286
@saqibullah7286 5 ай бұрын
Nice explanation much recommended for beginners
@rules654
@rules654 2 жыл бұрын
If in windows and facing issues in creating topic use this command --------> docker exec -it [container_Id] /opt/bitnami/kafka/bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic test you can get the kafka container Id by running ---> docker ps replace [container_Id] with the containerId of the kafka container
@Cyberspider76
@Cyberspider76 3 жыл бұрын
Well done… simple and too the point!
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Thank you!
@TheCouncellor7
@TheCouncellor7 3 жыл бұрын
Thanks Kris, what a fantastic clear instructions and clean code, wonderful to watch, thanks again for sharing your time and your knowledge, much appreciated
@mohammadpartovi1813
@mohammadpartovi1813 Жыл бұрын
This was fantastic. Great explanation. Thank you very much for sharing your knowledge.
@elad3958
@elad3958 2 жыл бұрын
I subscribed to your channel after this awesome tutorial
@objectObject212
@objectObject212 3 жыл бұрын
Great tutorial, exactly what I was looking for!
@ayushpgupta5755
@ayushpgupta5755 3 жыл бұрын
Very clearly explained with bare minimum code.
@raviparashanaboina4644
@raviparashanaboina4644 2 жыл бұрын
Thank you So much it is one of the best tutorial for producer and consumer great work!
@ryanhill101
@ryanhill101 3 жыл бұрын
Nice video Kris and super easy to follow.
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Thank you Ryan, glad you enjoyed!
@muratasarslan2359
@muratasarslan2359 2 жыл бұрын
Thank you Kris, very clear & helpful.
@sreeananthakannan
@sreeananthakannan 2 жыл бұрын
It was the good video to understand about basic of kafka
@kal_node
@kal_node 2 жыл бұрын
I found it quite explanatory and helpful, thanks!
@surajjoshi5503
@surajjoshi5503 2 жыл бұрын
Great Explanation
@burtreynolds111
@burtreynolds111 3 жыл бұрын
Awesome video Kris!! So helpful.
@JosuaLeonard
@JosuaLeonard 3 жыл бұрын
Thank you Kris! Really clear and straightforward explanation. 🔥
@fraewn2617
@fraewn2617 3 жыл бұрын
Great tutorial, thank you!
@panjijayasutra1573
@panjijayasutra1573 2 жыл бұрын
Very usefull, thankyou verymuch Kris
@babanmalhi6168
@babanmalhi6168 Жыл бұрын
Thank you so much. Very very helpful
@karusalavinaykumar7399
@karusalavinaykumar7399 Жыл бұрын
Thank you for the Tutorial. npm i node-rdkafka is failing for us. Please make a video on how to install the pre-requisites and install node-rdkafka. Thanks.
@akinpeluabiodun6690
@akinpeluabiodun6690 14 күн бұрын
Thank you. It saved me
@Mvrck44
@Mvrck44 3 жыл бұрын
Thanks a lot for this. Quick hint, at the time of writing this comment, the 'npm i' won't work as is: new minor version of node-rdkafka(2.11) is available, need to be updated manually.
@Not256O0
@Not256O0 3 жыл бұрын
Hey man, how did you overcome this problem?
@Mvrck44
@Mvrck44 3 жыл бұрын
@@Not256O0 after couldn't get neither 'npm ci', nor 'npm i' to work, I installed both dependencies listed in package.json manually, like 'npm i '. This installed node_modules and updated both .json files.
@mahendranath2504
@mahendranath2504 2 жыл бұрын
Thank you so much ❤️👍🏼🎉⭐🙏🤛, subscribed and 👍🏼
@GM-je3zp
@GM-je3zp Жыл бұрын
nice tutorial... Kafka container doesnt run for me though and had to get the compose file from an exmaple from cofluetn
@abderrahmane_24m
@abderrahmane_24m 2 жыл бұрын
Hello, thank for this tutorial! I'm facing a problem using docker-compose, when producer gets triggered, I'm getting LibrdKafkaError: Local: Broker transport failure, any suggestion?
@raymondoyinlola7765
@raymondoyinlola7765 3 жыл бұрын
This is really helpful.
@daesvideo
@daesvideo 2 жыл бұрын
Hi, thank you very much. Can you do another exaple with multiple consumers please?. I tryed but just only one consumer can receibe message. thank you.
@hegeltron
@hegeltron 3 жыл бұрын
Thanks Kris!
@_slier
@_slier 2 жыл бұрын
so from your demo, kafka is like messaging system like rabbitmq?
@ntwariegide5993
@ntwariegide5993 3 жыл бұрын
Thanks for this great video
@thong3233
@thong3233 3 жыл бұрын
i can't install rdkafka, please help me
@K_H-Channel
@K_H-Channel 3 жыл бұрын
Hi there, my company has Kafka built in Java. I am looking for a way to automate the events and use assertions to verify the events. Events can be in thousands. Is there a way to automate this using JavaScript/ node js/ Jest/Mocha/Chai or anything else that’s JavaScript? Thank you.
@Kreator321RG
@Kreator321RG 3 жыл бұрын
Thanks a lot! You are the best))
@manikjain6048
@manikjain6048 3 жыл бұрын
Nice work
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Thank you @Manik Jain, glad you enjoyed!
@mohamatnasri9619
@mohamatnasri9619 3 жыл бұрын
i use type: modules still get same error, so how?
@karmakiller360
@karmakiller360 3 жыл бұрын
Good Job. Thank U
@kishorrathva4097
@kishorrathva4097 3 жыл бұрын
Which Nodejs version are you using ?
@AnkitKPunjabi
@AnkitKPunjabi 2 жыл бұрын
Crisp and clear
@lynnegaming7328
@lynnegaming7328 2 жыл бұрын
can i make it without docker??
@madeby-jugnu
@madeby-jugnu 9 ай бұрын
getting error while installing rdkafka 😢 anyone help please
@azil2024
@azil2024 3 жыл бұрын
does not wok on node 14.17.5
@shivammishra-sj8jo
@shivammishra-sj8jo 2 жыл бұрын
Hi Kris i am not able to install node-rdkafka can you help me out ?
@daesvideo
@daesvideo 2 жыл бұрын
Hi, search some Dockerfile with RUN apt intsall cmake, and other tools, that's the good one.
@herbertk9266
@herbertk9266 3 жыл бұрын
Thanks for sharing
@KrisFoster1
@KrisFoster1 3 жыл бұрын
Glad you enjoyed!
@eternalharmony0
@eternalharmony0 Жыл бұрын
Thank you so much.
@atiqbaqi
@atiqbaqi 2 жыл бұрын
great example
@vitorsantana2795
@vitorsantana2795 2 жыл бұрын
Thanks a lot!!
@rvncbigb9398
@rvncbigb9398 11 күн бұрын
watching this in 2024
@chathurangabandarapc
@chathurangabandarapc 3 жыл бұрын
Thanks you very much
@afshinrahmati786
@afshinrahmati786 Жыл бұрын
Thank you ,
@get_carrot
@get_carrot 11 ай бұрын
like your voice
@thetrooper6
@thetrooper6 2 жыл бұрын
great demo! thank you!
@KrisFoster1
@KrisFoster1 2 жыл бұрын
Glad you enjoyed, thank you!
@olorundareagnes934
@olorundareagnes934 2 жыл бұрын
Great tutorial. Thanks a lot!
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Apache Kafka Crash Course
1:18:06
Hussein Nasser
Рет қаралды 443 М.
Event-driven Microservices with Node.js, Kafka & Conduktor
28:39
TomDoesTech
Рет қаралды 17 М.
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 664 М.
Node.js Doesn’t Suck Anymore
16:59
Web Dev Simplified
Рет қаралды 132 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 444 М.
Лучший Гайд по Kafka для Начинающих За 1 Час
1:15:01
Trump announced the end date of the war / Emergency plane landing
14:05
Learn NestJS Microservices in 20 Minutes
20:34
Tech Vision
Рет қаралды 24 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 357 М.
All you need to know about "child_process" in Node.js
12:38
Software Developer Diaries
Рет қаралды 10 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН