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.
Thanks Kris, what a fantastic clear instructions and clean code, wonderful to watch, thanks again for sharing your time and your knowledge, much appreciated
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.
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?
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
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 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.
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.
no annoying music no extra talks.
very clear content
Incredible video with very clear steps and instructions. Looking forward to more stuff!
Thank you @Jagveer Singh!
Thanks man, great tutorial for those who are just getting started with kafka with nodejs.
This is awesome man! I was looking for short and crisp explanation of Kafka! You nailed it!
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.
impeccable way of explaining how kaftka works
Finally I understood Kafka.
Thank you, glad you enjoyed!
Well done… simple and too the point!
Thank you!
Thanks Kris, what a fantastic clear instructions and clean code, wonderful to watch, thanks again for sharing your time and your knowledge, much appreciated
Nice explanation much recommended for beginners
Thank you for this content, it help me so much to understand how kafka works!
This was fantastic. Great explanation. Thank you very much for sharing your knowledge.
I subscribed to your channel after this awesome tutorial
Great tutorial, exactly what I was looking for!
Nice video Kris and super easy to follow.
Thank you Ryan, glad you enjoyed!
Very clearly explained with bare minimum code.
I found it quite explanatory and helpful, thanks!
Thank you Kris, very clear & helpful.
Thank you So much it is one of the best tutorial for producer and consumer great work!
It was the good video to understand about basic of kafka
Great Explanation
Thank you Kris! Really clear and straightforward explanation. 🔥
Awesome video Kris!! So helpful.
Thank you.
It saved me
Great tutorial, thank you!
Thank you so much. Very very helpful
Very usefull, thankyou verymuch Kris
i can't install rdkafka, please help me
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.
Crisp and clear
Thanks Kris!
so from your demo, kafka is like messaging system like rabbitmq?
Thank you so much ❤️👍🏼🎉⭐🙏🤛, subscribed and 👍🏼
nice tutorial... Kafka container doesnt run for me though and had to get the compose file from an exmaple from cofluetn
Thanks for sharing
Glad you enjoyed!
great example
Thank you so much.
Which Nodejs version are you using ?
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.
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?
Thanks a lot! You are the best))
Nice work
Thank you @Manik Jain, glad you enjoyed!
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
Thanks for this great video
can i make it without docker??
This is really helpful.
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.
Hey man, how did you overcome this problem?
@@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.
i use type: modules still get same error, so how?
Good Job. Thank U
Thanks you very much
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.
Thank you ,
does not wok on node 14.17.5
Hi Kris i am not able to install node-rdkafka can you help me out ?
Hi, search some Dockerfile with RUN apt intsall cmake, and other tools, that's the good one.
Thanks a lot!!
getting error while installing rdkafka 😢 anyone help please
like your voice
watching this in 2024
great demo! thank you!
Glad you enjoyed, thank you!
Great tutorial.
Thanks a lot!