no annoying music no extra talks. very clear content
@pankaj_99983 жыл бұрын
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.
@amirmohammadmirzaeirad311 ай бұрын
Thanks man, great tutorial for those who are just getting started with kafka with nodejs.
@MegaJagveer3 жыл бұрын
Incredible video with very clear steps and instructions. Looking forward to more stuff!
@KrisFoster13 жыл бұрын
Thank you @Jagveer Singh!
@CodeCraftsman3 жыл бұрын
This is awesome man! I was looking for short and crisp explanation of Kafka! You nailed it!
@NIKOLAZ563 жыл бұрын
impeccable way of explaining how kaftka works
@imsarvesh_3 жыл бұрын
Finally I understood Kafka.
@KrisFoster13 жыл бұрын
Thank you, glad you enjoyed!
@andreassef36563 жыл бұрын
Thank you for this content, it help me so much to understand how kafka works!
@saqibullah72865 ай бұрын
Nice explanation much recommended for beginners
@rules6542 жыл бұрын
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
@Cyberspider763 жыл бұрын
Well done… simple and too the point!
@KrisFoster13 жыл бұрын
Thank you!
@TheCouncellor73 жыл бұрын
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 Жыл бұрын
This was fantastic. Great explanation. Thank you very much for sharing your knowledge.
@elad39582 жыл бұрын
I subscribed to your channel after this awesome tutorial
@objectObject2123 жыл бұрын
Great tutorial, exactly what I was looking for!
@ayushpgupta57553 жыл бұрын
Very clearly explained with bare minimum code.
@raviparashanaboina46442 жыл бұрын
Thank you So much it is one of the best tutorial for producer and consumer great work!
@ryanhill1013 жыл бұрын
Nice video Kris and super easy to follow.
@KrisFoster13 жыл бұрын
Thank you Ryan, glad you enjoyed!
@muratasarslan23592 жыл бұрын
Thank you Kris, very clear & helpful.
@sreeananthakannan2 жыл бұрын
It was the good video to understand about basic of kafka
@kal_node2 жыл бұрын
I found it quite explanatory and helpful, thanks!
@surajjoshi55032 жыл бұрын
Great Explanation
@burtreynolds1113 жыл бұрын
Awesome video Kris!! So helpful.
@JosuaLeonard3 жыл бұрын
Thank you Kris! Really clear and straightforward explanation. 🔥
@fraewn26173 жыл бұрын
Great tutorial, thank you!
@panjijayasutra15732 жыл бұрын
Very usefull, thankyou verymuch Kris
@babanmalhi6168 Жыл бұрын
Thank you so much. Very very helpful
@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.
@akinpeluabiodun669014 күн бұрын
Thank you. It saved me
@Mvrck443 жыл бұрын
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.
@Not256O03 жыл бұрын
Hey man, how did you overcome this problem?
@Mvrck443 жыл бұрын
@@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.
@mahendranath25042 жыл бұрын
Thank you so much ❤️👍🏼🎉⭐🙏🤛, subscribed and 👍🏼
@GM-je3zp Жыл бұрын
nice tutorial... Kafka container doesnt run for me though and had to get the compose file from an exmaple from cofluetn
@abderrahmane_24m2 жыл бұрын
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?
@raymondoyinlola77653 жыл бұрын
This is really helpful.
@daesvideo2 жыл бұрын
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.
@hegeltron3 жыл бұрын
Thanks Kris!
@_slier2 жыл бұрын
so from your demo, kafka is like messaging system like rabbitmq?
@ntwariegide59933 жыл бұрын
Thanks for this great video
@thong32333 жыл бұрын
i can't install rdkafka, please help me
@K_H-Channel3 жыл бұрын
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.
@Kreator321RG3 жыл бұрын
Thanks a lot! You are the best))
@manikjain60483 жыл бұрын
Nice work
@KrisFoster13 жыл бұрын
Thank you @Manik Jain, glad you enjoyed!
@mohamatnasri96193 жыл бұрын
i use type: modules still get same error, so how?
@karmakiller3603 жыл бұрын
Good Job. Thank U
@kishorrathva40973 жыл бұрын
Which Nodejs version are you using ?
@AnkitKPunjabi2 жыл бұрын
Crisp and clear
@lynnegaming73282 жыл бұрын
can i make it without docker??
@madeby-jugnu9 ай бұрын
getting error while installing rdkafka 😢 anyone help please
@azil20243 жыл бұрын
does not wok on node 14.17.5
@shivammishra-sj8jo2 жыл бұрын
Hi Kris i am not able to install node-rdkafka can you help me out ?
@daesvideo2 жыл бұрын
Hi, search some Dockerfile with RUN apt intsall cmake, and other tools, that's the good one.