I worked with activemq and rabbitmq but never with kafka, this really clears my mind, basics like these are important to me, now I can start digging for more extended info. Thanks
Thanks for this introduction to Kafka, it's simple and easy to understand the basics of this tool. I am ready to go deeper now. Update: I am updating my comment because it is worth mentioning that Zookeeper is no longer recommended for communication across Kafka clients.
@@mupenziii2097 ZK is still used in current Kafka version (3.x) alongside with KRaft, but starting from next version (4.x), only KRaft will be supported.
Glad you’re back! I’ve written a Spring boot app that reads from and writes to a topic and I’m not changing the app to also send to a postgreSQL as well.
Hello Nelson, Great. I have enrolled myself in the microservices course! Just my 2 cents to support your efforts. Keep up the great work. Thank you for sharing your knowledge.
AsAlamuAlaykum Amigoscode, I just wanted to comment to thank you for paving a way in the coding industry for muslims. You inspire me not just because of your work ethic but also balance with religion like in your DITL where you prayed Jummah. Also thanks for the courses I'm going through them because I wanna do A level computing 😅
@@urmattilek Second you. Theres no term like coding for muslims. Software engineering is a religion in itself which we religiously pray everyday. It's worse to put religion in everything.
I bet you have the M1 MacBook. Damn, the speed it sends those messages is astonishing! I followed your tutorial on my job laptop which is a pretty strong machine itself too, but it couldn't keep up with the MacBook lol
Hello Neflson, you put every thing that i need in this tuto... just you are brillant!!! Thank you very much .. i am very fun of all your tutos .. Good Luck 💓💓💓💝💝
hi nelson, glad to witness such an amazing concept of kafka by you.. thank you.. :) could be really helpful if you could explain how to prepare dynamic topic name in an api to communicate via multiple topics in real time env.. thanks again man.. :)
Hi Nelson. I would really want you to post some great content about websockets, because I think this topic is really interesting for almost every beginner. So would appreciate it!
I have to mention somethings, If you are working on the windows machine then you have to install and configure the Gradle and Scala in order to build the Kafka project. It will give an error using Scala for the first time, that you need to build the project before running the scripts, and by the way you can run Bash Scripts from the Git Bash command line tool.
37: 38 Correct me if I'm wrong, but in order to Spring can discover and use the custom KafkaListenerContainerFactory you specified, by deafult the bean name must be as kafkaListenerContainerFactory (not factory), otherwise it won't be picked up by the application context and none of the specified serializers and deserializer for consumers will be applied, but default KafkaListenerContainerFactory instance with default SerDes instead.
Can you do a video on Reactive Spring with Reactor? There's like 123 different operators for transforming/manipulating data, I'm drowning in complexity :(
Yo i feel you. I told myself i was going to read for an entire day before i touched anything. Learned so much today about KAFKA. If anyone is looking to hire a KAFKA engineer, reply to this message. Seven years of XP
Thanks for the video, I really liked the course. I have a question, how did you make your console output in IntelliJ colored for Spring Boot server log output ? Thanks.
Very good tutorial, thanks a lot muslim brother. I was wondered when you made request from intellij idea, I did not know that way to make requests, I always use postman)
Hey Nelson, at minute 41:40, you said that if we have more than one instance/replica of the same application, these applications will read from the SAME partition. Are you sure about that? I'm pretty sure that if you want to scale the application you MUST implement partitions OTHERWISE the second instance of the application will stay without any log from the subscribed topic. Please give me a feedback about that! Thank you, Cezary B.
I have bought your course and it is awesome . I have learnt a lot of things. Can you please make a video tutorial course on spring authorization server by implementing authorization code grant and PKCE . I search over internet but not found any video tutorial course on spring authorization server.
Full Course Available here: amigoscode.com/p/microservices
See you there
Hi Nelson! I would love to get the full course, but I have a doubt. Will the course include the projet deployment on AWS, GC or Azure?
Hi Nelson .. what’s the discount code for this full course ?
Hey Nelson, I'm a big fan of your work.
Thank you Nelson, can you upload this course on udemy ?
@@brandonquintanillaquispe5455 I think not
Nelson your way of teaching and sharing knowledge is brilliant. You should be proud of yourself. Continue like this !!!
he's an idiot and has no idea what he's talking about, go read my comment above to know why
I worked with activemq and rabbitmq but never with kafka, this really clears my mind, basics like these are important to me, now I can start digging for more extended info. Thanks
uhullll on the weekend I coded the entire course, looking forward to the last class!!! amigoscode you are a amigo to me!
This is the clearest description and illustration of what Kafka is and how it's structed thar I've seen yet. Thanks!!!!
Thanks for this introduction to Kafka, it's simple and easy to understand the basics of this tool. I am ready to go deeper now.
Update: I am updating my comment because it is worth mentioning that Zookeeper is no longer recommended for communication across Kafka clients.
Hello, what would you recommend now instead of zookeeper?
@@mupenziii2097 ZK is still used in current Kafka version (3.x) alongside with KRaft, but starting from next version (4.x), only KRaft will be supported.
Glad you’re back! I’ve written a Spring boot app that reads from and writes to a topic and I’m not changing the app to also send to a postgreSQL as well.
I want to ask you bro can u give le ur email or something like that?
your courses are the best man, thank you so much, much love from Zimbabwe
Hello Nelson, Great. I have enrolled myself in the microservices course! Just my 2 cents to support your efforts. Keep up the great work. Thank you for sharing your knowledge.
AsAlamuAlaykum Amigoscode, I just wanted to comment to thank you for paving a way in the coding industry for muslims. You inspire me not just because of your work ethic but also balance with religion like in your DITL where you prayed Jummah. Also thanks for the courses I'm going through them because I wanna do A level computing 😅
But you don't need religion to study.
It's no different are you learning from muslim or other. The code is same.
@@urmattilek Never said its not, that's not the point I'm making
@@urmattilek Second you. Theres no term like coding for muslims. Software engineering is a religion in itself which we religiously pray everyday. It's worse to put religion in everything.
That's my guru🙏🏼 Thanks to great people like these that we are progressing so fast!
Absoluty ... the java goat in YT content. thanks
Hey Amigoscode, Great Content as Always!✨
Thanks for Sharing it!🙏🏻
You Have Been an Inspiration for My Own 📺RUclips Channel!!!
Thorough explanation of the concepts as well as the application. Kudos !!
trying to find myself the solution to a project and here comes amigoscode to the rescue! ^^
love your content. you're so calm and a wonderful presenter. best of luck
Excellent tutorial for Spring Boot with Kafka. Thank you.
Amazing course, rahmat !
جزاك الله خيرا يا أخي الكريم! ما شاء الله، بارك الله فيك!
Nelson is giving so much of this course away for free. I just love it!!!
I bet you have the M1 MacBook. Damn, the speed it sends those messages is astonishing! I followed your tutorial on my job laptop which is a pretty strong machine itself too, but it couldn't keep up with the MacBook lol
Hope your community will be 1 mln soon, InshaAllah brother!
The video we’ve all been waiting for
Hello Neflson, you put every thing that i need in this tuto... just you are brillant!!! Thank you very much .. i am very fun of all your tutos .. Good Luck 💓💓💓💝💝
I love that you made this, i was looking everywhere for this!
Mama Samba is a great IT content creator here. I am a huge fan
before watching this video, I smashed the like button, because I know it will be worth.
Amigoscode, many thx for this and all tutorials which you created for us, it's very important topic. thank you very much :)
Congrats for a really self-explanatory video!
hi nelson, glad to witness such an amazing concept of kafka by you.. thank you.. :) could be really helpful if you could explain how to prepare dynamic topic name in an api to communicate via multiple topics in real time env.. thanks again man.. :)
Thanks for a beautiful explanation!!! You have the patience and power to teach us! Thanks again!
your are one of the best teach i've follow
Long live brother, thanks for sharing your knowledge love from chennai , tamil nadu , India
What a beautiful soul! Thank you amigos
You are my hero man. Thank you so much for this content.
Excellent video about Kafka and its implementation
I'm so glad, the youtube recommended me this video. 👏
Just in time, thank you very much! Graphql + Spring Boot should be a good choice for a new video I think.
this is really some very structured tutorial, thank you
Amazing video! Keep up the good work brother!
🎉 That tutorial was perfect.
Hi Nelson. I would really want you to post some great content about websockets, because I think this topic is really interesting for almost every beginner. So would appreciate it!
Just wow, Amigo, Thank you so much :)
Amigo Thanks a lot. It was very well explained and in detail. Keep it up.
Lot of thanks Nelson. You do great work.
THANK YOU SO MUCH FOR THIS, WE WOULD APPRECIATE MORE IF IT WAS ON GITHUB TOO
Thanks for the video !
You make it seem so clear, hopefully in the future you also upload the code in git for free :(
а very simple and important lesson, thank you
May Allah reward you for this job bro :)
a friendly reminder :i will appreciate if you start with explaining the code rather than reading the code along . thanks for the free content
Nelson is a legend, that’s it!
Walikom Asslam,
Wonderful Video bro, please keep it up!
Thanks for amazing tutorials!
Amazing concept of Kafka.. Very well explained... thank you.. 🙂
Sooo pumped for this!!!
you are awesome brother, keep going!!
dude, why you are so good
I have to mention somethings,
If you are working on the windows machine then you have to install and configure the Gradle and Scala in order to build the Kafka project. It will give an error using Scala for the first time, that you need to build the project before running the scripts, and by the way you can run Bash Scripts from the Git Bash command line tool.
Thanks for the new video, it helped me a lot.
I hope later you can make VueJS content with Spring Boot.
Best regards.
Thank you for this tutorial. Really helpful.
Thank you so much for this video! God bless you 😉
37: 38 Correct me if I'm wrong, but in order to Spring can discover and use the custom KafkaListenerContainerFactory you specified, by deafult
the bean name must be as kafkaListenerContainerFactory (not factory), otherwise it won't be picked up by the application context and none of
the specified serializers and deserializer for consumers will be applied, but default KafkaListenerContainerFactory instance with default SerDes instead.
@Amigoscode, you are awesome ... :)
Hi, Great Video as always! Thank you.
Can you do a video on Reactive Spring with Reactor? There's like 123 different operators for transforming/manipulating data, I'm drowning in complexity :(
I do understand your pain
Yo i feel you. I told myself i was going to read for an entire day before i touched anything. Learned so much today about KAFKA. If anyone is looking to hire a KAFKA engineer, reply to this message. Seven years of XP
Fantastic tutorial
Thank you, that was great
Thank you very much for these videos, they are very helpful
Great Stuff, Thanks for sharing
great course!! thanks a ton:)
how happy i am seing great muslim software engineer, thanks for the content
Thank you so much. Really good and clean content 👍
Thanks sir! This's really helpful for me
Thank you for these great videos.
Hi Amigo, thanks for your videos.. really helpful.
gracias por tus videos ..! you're the best😎
Thanks for the video, I really liked the course. I have a question, how did you make your console output in IntelliJ colored for Spring Boot server log output ? Thanks.
Very good tutorial, thanks a lot muslim brother. I was wondered when you made request from intellij idea, I did not know that way to make requests, I always use postman)
Looking forward to learn Kafka.
Thanks indeed. I checked your first microservice tutorial and followed up until the end. Are you going to continue with the 'fraud' service?
Hi. In the amigoscode page the kafka chapter No 9 and 10 are mixed, I was lost at the beginning 😂😂
Great tutorial, thanks!
Keep up the great work!
Thanks for a beautiful explanation
Amigo, great Job!
Thanks
Bruuhh, how did you know I was looking at this tutorial!?
Assallammualaikum my Brother, thanks for the great content bro 👍
thank you man ☺️
Hey Nelson, at minute 41:40, you said that if we have more than one instance/replica of the same application, these applications will read from the SAME partition. Are you sure about that? I'm pretty sure that if you want to scale the application you MUST implement partitions OTHERWISE the second instance of the application will stay without any log from the subscribed topic.
Please give me a feedback about that!
Thank you,
Cezary B.
I am having the same doubt!
Thank you Brother.
Noticed that smashing like button became 2 seconds to 1 second 😁🙌
great video Nelson... Thank you..
that was very helpful !
Thank you for great video
Grate video. Please do tutorials with Apache Hadoop, Apache Hive, Apache YARN ect...
thank your so much. great efforts. great work.
bismilla brother , I hope we meet one day! Good luck to you !greetings from Chechnya)
Great video! Thank you
I have bought your course and it is awesome . I have learnt a lot of things. Can you please make a video tutorial course on spring authorization server by implementing authorization code grant and PKCE . I search over internet but not found any video tutorial course on spring authorization server.