Kafka Tutorial - Spring Boot Microservices

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น •

  • @amigoscode
    @amigoscode  2 ปีที่แล้ว +45

    Full Course Available here: amigoscode.com/p/microservices
    See you there

    • @brandonquintanillaquispe5455
      @brandonquintanillaquispe5455 2 ปีที่แล้ว +2

      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?

    • @czargaurav
      @czargaurav 2 ปีที่แล้ว +4

      Hi Nelson .. what’s the discount code for this full course ?

    • @DevMadeEasy
      @DevMadeEasy 2 ปีที่แล้ว +1

      Hey Nelson, I'm a big fan of your work.

    • @atefjlassi193
      @atefjlassi193 2 ปีที่แล้ว

      Thank you Nelson, can you upload this course on udemy ?

    • @NitrosS
      @NitrosS 2 ปีที่แล้ว

      @@brandonquintanillaquispe5455 I think not

  • @thodoristsoufis1253
    @thodoristsoufis1253 2 ปีที่แล้ว +22

    Nelson your way of teaching and sharing knowledge is brilliant. You should be proud of yourself. Continue like this !!!

    • @CheeseStickzZ
      @CheeseStickzZ ปีที่แล้ว

      he's an idiot and has no idea what he's talking about, go read my comment above to know why

  • @NolteGameOver
    @NolteGameOver ปีที่แล้ว +5

    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

  • @pedro.carara
    @pedro.carara 2 ปีที่แล้ว +9

    uhullll on the weekend I coded the entire course, looking forward to the last class!!! amigoscode you are a amigo to me!

  • @ian0m
    @ian0m 2 ปีที่แล้ว +5

    This is the clearest description and illustration of what Kafka is and how it's structed thar I've seen yet. Thanks!!!!

  • @anassabrd112
    @anassabrd112 3 หลายเดือนก่อน +1

    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
      @mupenziii2097 3 หลายเดือนก่อน

      Hello, what would you recommend now instead of zookeeper?

    • @anassabrd112
      @anassabrd112 3 หลายเดือนก่อน

      @@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.

  • @FranciscoQuintero-em7tr
    @FranciscoQuintero-em7tr ปีที่แล้ว

    Absoluty ... the java goat in YT content. thanks

  • @kundaimusindo5658
    @kundaimusindo5658 2 ปีที่แล้ว +1

    your courses are the best man, thank you so much, much love from Zimbabwe

  • @SamriBliss
    @SamriBliss 2 ปีที่แล้ว +1

    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.

    • @abdellahlakhnigue3086
      @abdellahlakhnigue3086 9 หลายเดือนก่อน

      I want to ask you bro can u give le ur email or something like that?

  • @PostMapping
    @PostMapping ปีที่แล้ว +2

    جزاك الله خيرا يا أخي الكريم! ما شاء الله، بارك الله فيك!

  • @mimmithegreat1427
    @mimmithegreat1427 2 ปีที่แล้ว

    trying to find myself the solution to a project and here comes amigoscode to the rescue! ^^

  • @azizbekibnhamid642
    @azizbekibnhamid642 2 ปีที่แล้ว +4

    Amazing course, rahmat !

  • @hoki8296
    @hoki8296 หลายเดือนก่อน

    Excellent tutorial for Spring Boot with Kafka. Thank you.

  • @contactdi8426
    @contactdi8426 2 ปีที่แล้ว +7

    That's my guru🙏🏼 Thanks to great people like these that we are progressing so fast!

  • @eddylequartier
    @eddylequartier 9 หลายเดือนก่อน

    @amigoscode Hello big boss :-) I have a question. at minute 46:30 you write a messageController with a constructor like "public MessageController(KafkaTemplate kafkaTemplate) {some code}". But it is useless : why don't you simply inject the spring bean like that : @Autowired KafkaTemplate kafkaTemplate ?

    • @anassabrd112
      @anassabrd112 3 หลายเดือนก่อน

      Constructor injection has a lot of advantages over field injection, in matters of testability, clear visibility of dependencies, null safety as it ensures that all necessary dependencies are available, and makes the code more flexible and maintainable. That is why I prefer the constructor injection over the annotation.

  • @devguyahnaf
    @devguyahnaf 2 ปีที่แล้ว +1

    Nelson is giving so much of this course away for free. I just love it!!!

  • @theclam1338
    @theclam1338 2 ปีที่แล้ว

    The video we’ve all been waiting for

  • @himanshubhusanrath212
    @himanshubhusanrath212 2 ปีที่แล้ว +1

    Thorough explanation of the concepts as well as the application. Kudos !!

  • @raghavanaliassaravananm1546
    @raghavanaliassaravananm1546 2 ปีที่แล้ว +8

    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.

  • @alexluke_again
    @alexluke_again 2 ปีที่แล้ว +1

    love your content. you're so calm and a wonderful presenter. best of luck

  • @jakhongirrasulov2329
    @jakhongirrasulov2329 2 ปีที่แล้ว

    before watching this video, I smashed the like button, because I know it will be worth.

  • @kluch46
    @kluch46 2 ปีที่แล้ว +1

    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.

  • @ayxxn4931
    @ayxxn4931 2 ปีที่แล้ว +14

    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
      @urmattilek 2 ปีที่แล้ว +5

      But you don't need religion to study.
      It's no different are you learning from muslim or other. The code is same.

    • @ayxxn4931
      @ayxxn4931 2 ปีที่แล้ว +2

      @@urmattilek Never said its not, that's not the point I'm making

    • @swarupcodes
      @swarupcodes 2 ปีที่แล้ว

      @@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.

  • @DevMadeEasy
    @DevMadeEasy 2 ปีที่แล้ว +2

    Hey Amigoscode, Great Content as Always!✨
    Thanks for Sharing it!🙏🏻
    You Have Been an Inspiration for My Own 📺TH-cam Channel!!!

  • @Amapramaadhy
    @Amapramaadhy 2 ปีที่แล้ว

    What a beautiful soul! Thank you amigos

  • @andres98
    @andres98 2 ปีที่แล้ว

    Congrats for a really self-explanatory video!

  • @sanatbek819
    @sanatbek819 2 ปีที่แล้ว

    Hope your community will be 1 mln soon, InshaAllah brother!

  • @ChandlerBing11
    @ChandlerBing11 2 ปีที่แล้ว +1

    Mama Samba is a great IT content creator here. I am a huge fan

  • @python2448
    @python2448 2 ปีที่แล้ว

    I'm so glad, the youtube recommended me this video. 👏

  • @mukendiemmanuel5640
    @mukendiemmanuel5640 2 ปีที่แล้ว

    your are one of the best teach i've follow

  • @valentinpopescu6704
    @valentinpopescu6704 2 ปีที่แล้ว

    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

  • @thatoneuser8600
    @thatoneuser8600 2 ปีที่แล้ว +9

    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 :(

    • @mohammadziakhan5693
      @mohammadziakhan5693 2 ปีที่แล้ว

      I do understand your pain

    • @03greedo29
      @03greedo29 2 ปีที่แล้ว

      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

  • @brandonstivenrodriguezalda6300
    @brandonstivenrodriguezalda6300 ปีที่แล้ว

    Excellent video about Kafka and its implementation

  • @andyescobar202
    @andyescobar202 ปีที่แล้ว

    🎉 That tutorial was perfect.

  • @narjesshmida5808
    @narjesshmida5808 2 ปีที่แล้ว +1

    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 💓💓💓💝💝

  • @cezarybek6679
    @cezarybek6679 2 ปีที่แล้ว +2

    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.

  • @qwertyguy7750
    @qwertyguy7750 2 ปีที่แล้ว

    Nelson is a legend, that’s it!

  • @segfal
    @segfal 2 ปีที่แล้ว

    I love that you made this, i was looking everywhere for this!

  • @marouaniAymen
    @marouaniAymen 4 หลายเดือนก่อน

    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.

  • @qaisarbaltabay
    @qaisarbaltabay 11 หลายเดือนก่อน

    а very simple and important lesson, thank you

  • @oficialreinaldoneves
    @oficialreinaldoneves 2 ปีที่แล้ว

    You are my hero man. Thank you so much for this content.

  • @ArjunKumar-zu2kl
    @ArjunKumar-zu2kl ปีที่แล้ว

    Just wow, Amigo, Thank you so much :)

  • @_skeptik
    @_skeptik ปีที่แล้ว

    this is really some very structured tutorial, thank you

  • @hamidoubalde2517
    @hamidoubalde2517 2 ปีที่แล้ว

    Lot of thanks Nelson. You do great work.

  • @martianstarslit3768
    @martianstarslit3768 ปีที่แล้ว

    THANK YOU SO MUCH FOR THIS, WE WOULD APPRECIATE MORE IF IT WAS ON GITHUB TOO

  • @nikitazinchenko2561
    @nikitazinchenko2561 2 ปีที่แล้ว

    Amigoscode, many thx for this and all tutorials which you created for us, it's very important topic. thank you very much :)

  • @taimoor_22
    @taimoor_22 2 ปีที่แล้ว +1

    Amazing video! Keep up the good work brother!

  • @iReflections
    @iReflections 2 ปีที่แล้ว

    Long live brother, thanks for sharing your knowledge love from chennai , tamil nadu , India

  • @halcyon-s
    @halcyon-s ปีที่แล้ว

    Thanks for amazing tutorials!

  • @akyjlehok5843
    @akyjlehok5843 2 ปีที่แล้ว

    What is that plugin with the cat on rainbow in the project loading/building scale?

  • @abdurrehmankhalid2290
    @abdurrehmankhalid2290 2 ปีที่แล้ว

    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.

  • @TheBhabanisankar
    @TheBhabanisankar 2 ปีที่แล้ว

    @Amigoscode, you are awesome ... :)

  • @robertoenriquechavezrodrig731
    @robertoenriquechavezrodrig731 2 ปีที่แล้ว

    Thank you so much for this video! God bless you 😉

  • @ahmedelmawrdy4381
    @ahmedelmawrdy4381 2 ปีที่แล้ว

    Walikom Asslam,
    Wonderful Video bro, please keep it up!

  • @martindouglas-p8e
    @martindouglas-p8e ปีที่แล้ว

    hi Nelson,
    Thanks for this video. What about unit and integration test of the producer and consumer, i'm struggling with that. Any advices ?

  • @LPS-ln1mz
    @LPS-ln1mz 2 ปีที่แล้ว

    why not to make kafka setup (serializer, deserializer etc) via application.properties? why you need this boilerplate with maps and configs?

  • @mahmoudebada4025
    @mahmoudebada4025 2 ปีที่แล้ว +1

    جزاك الله خيرا

  • @j-don6668
    @j-don6668 2 ปีที่แล้ว

    Sooo pumped for this!!!

  • @ilyababcenco6864
    @ilyababcenco6864 2 ปีที่แล้ว +1

    Just in time, thank you very much! Graphql + Spring Boot should be a good choice for a new video I think.

  • @sarahemmati2057
    @sarahemmati2057 2 ปีที่แล้ว

    Hi, Great Video as always! Thank you.

  • @abdaziznet
    @abdaziznet 2 ปีที่แล้ว +1

    hey public record not exist on java 11 is there replacement?

  • @shermatovs
    @shermatovs 2 ปีที่แล้ว +2

    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!

  • @011ayush
    @011ayush ปีที่แล้ว

    Thank you for this tutorial. Really helpful.

  • @Release1234
    @Release1234 ปีที่แล้ว

    @Amigoscode Is there any resources or teaching you've done that tests spring-kafka?

  • @thalibmuhammad9519
    @thalibmuhammad9519 2 ปีที่แล้ว

    dude, why you are so good

  • @cisinojunior3327
    @cisinojunior3327 ปีที่แล้ว +1

    Why didn't you use a Kafka docker container?

  • @jibink7969
    @jibink7969 2 ปีที่แล้ว

    you are awesome brother, keep going!!

  • @omarlamrabet379
    @omarlamrabet379 2 ปีที่แล้ว

    May Allah reward you for this job bro :)

  • @DiegoFernandoRuizS
    @DiegoFernandoRuizS 2 ปีที่แล้ว +1

    Thanks for a beautiful explanation!!! You have the patience and power to teach us! Thanks again!

  • @magdalysantos3848
    @magdalysantos3848 2 ปีที่แล้ว

    gracias por tus videos ..! you're the best😎

  • @alexbo9138
    @alexbo9138 2 ปีที่แล้ว

    Can I conclude that kafka is analog of AWS SNS where rabbitMq is analog of SQS? Just more customizable and with richer functionality

  • @alandecunto753
    @alandecunto753 ปีที่แล้ว

    So is there a way to secure the Kafka topic or broker for only users register in the API can consume data?

  • @mariumbegum7325
    @mariumbegum7325 ปีที่แล้ว

    Fantastic tutorial

  • @adityasrivastava5322
    @adityasrivastava5322 2 ปีที่แล้ว +6

    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.. :)

  • @Najish101
    @Najish101 11 หลายเดือนก่อน

    Salam: I could not start zookeeper at minute around 14:35. It gives an error. Please help.

  • @akyjlehok5843
    @akyjlehok5843 2 ปีที่แล้ว

    What is adventage in kafka configuration in the config classes opposit configuration in properties files?

  • @denisleonard1565
    @denisleonard1565 2 ปีที่แล้ว +2

    Salam, Nelson!
    I'd like to know which technologies I should learn in order to build a cloud-native application in Java.
    do you have the roadmap for building cloud-native application in Java?

  • @f.5528
    @f.5528 2 ปีที่แล้ว

    Thank you for these great videos.

  • @adancastroharos9408
    @adancastroharos9408 2 ปีที่แล้ว

    Thank you very much for these videos, they are very helpful

  • @vjotov
    @vjotov 3 หลายเดือนก่อน

    at 43:05 - why you need to restart once more??? can you explain?

  • @loandao1996
    @loandao1996 4 หลายเดือนก่อน

    Thanks sir! This's really helpful for me

  • @JhAyDeSiGnS
    @JhAyDeSiGnS 2 ปีที่แล้ว +1

    Please amigo can you do same microservices using Node js from scratch like the way you did for the spring boot

  • @aditikaushik5147
    @aditikaushik5147 2 ปีที่แล้ว

    Amazing concept of Kafka.. Very well explained... thank you.. 🙂

  • @MrOpolo91
    @MrOpolo91 ปีที่แล้ว

    great course!! thanks a ton:)

  • @JSneider05
    @JSneider05 2 ปีที่แล้ว +2

    Looking forward to learn Kafka.

  • @Xiaoniana
    @Xiaoniana 2 ปีที่แล้ว

    Amigo Thanks a lot. It was very well explained and in detail. Keep it up.

  • @enfantprodigue4549
    @enfantprodigue4549 ปีที่แล้ว

    Great Stuff, Thanks for sharing

  • @testmyplaylist
    @testmyplaylist 2 ปีที่แล้ว

    Hi Amigo, thanks for your videos.. really helpful.

  • @zhousx18
    @zhousx18 2 ปีที่แล้ว

    Amigo, great Job!

  • @micha6568
    @micha6568 ปีที่แล้ว

    Great tutorial, thanks!

  • @renz82
    @renz82 2 ปีที่แล้ว

    what tool did you use for the slide? is it powerpoint?

  • @Waldemar-c6s
    @Waldemar-c6s ปีที่แล้ว

    Hi.. do you have plans to prepare some videos about apache camel? Maybe whole course about that technology? :D

  • @ericchoupe667
    @ericchoupe667 2 ปีที่แล้ว

    Could you please make a video on jasperReport reporting with spring framework and Angular?

  • @MrMarquinho22
    @MrMarquinho22 4 หลายเดือนก่อน

    Thank you, that was great

  • @chrispure7461
    @chrispure7461 2 ปีที่แล้ว

    Will you add cqrs,saga patterns to your microservice course?

  • @susydev3722
    @susydev3722 2 ปีที่แล้ว +1

    Thanks for the new video, it helped me a lot.
    I hope later you can make VueJS content with Spring Boot.
    Best regards.

  • @TheDestoy123
    @TheDestoy123 หลายเดือนก่อน

    Do you have the 2024 version?

  • @Najish101
    @Najish101 2 ปีที่แล้ว

    Does a partitioned topic live in the same node?

  • @IbrahimB-yc2zt
    @IbrahimB-yc2zt 2 ปีที่แล้ว

    you said that kafka topic can keep the message forever, if we send two different messages to the same topic, it will only keep the last one right?

  • @aibekzhorabek3043
    @aibekzhorabek3043 ปีที่แล้ว

    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)