Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 107

  • @DailyCodeBuffer
    @DailyCodeBuffer  Рік тому +2

    Head to cutt.ly/spring_micro and use Coupon Code DCBFEST to get a huge Discount on the course

  • @themateoo
    @themateoo Рік тому +5

    Don't get me wrong but It's much better and easier to watch 'Indian tutorials' when I can see a person. Good job.

  • @ArjunKumar-zu2kl
    @ArjunKumar-zu2kl 7 місяців тому +2

    Very well done, nice crisp explanation, I did along with tutorial, feeling good now. Thank you so much...👍👍

  • @tradewithtony
    @tradewithtony Рік тому +6

    This came in on time, Thanks brother you're always on point and you explain it better.

  • @Userabj001
    @Userabj001 3 місяці тому

    Thank you so much. I referred many tutorial on youtube, even i practically did the things. But i did not understand why and where to use kafka. Now i got clear cut understanding. Many thanks❤❤🙏🙏

  • @contactdi8426
    @contactdi8426 11 місяців тому +3

    Thanks a lot man!! You keep things simple and crisp.

  • @commenter9451
    @commenter9451 4 місяці тому +1

    Bro is the GOAT of springboard related stuff.💥

  • @shubhamjumde9076
    @shubhamjumde9076 Рік тому +4

    Hi Shabbir,
    1)Can we have some tutorial or sessions on caching? Client caching, server caching?
    2)How Apache Kafka will be different from GCP pub/sub in terms of functionality and implementation?

  • @mvs69
    @mvs69 9 місяців тому +2

    You are about to hit 100k, congrats in advance :) you really deserve this. good work keep it up

  • @serosgb
    @serosgb Рік тому +11

    🎯 Key Takeaways for quick navigation:
    00:00 📚 *Introduction to Apache Kafka*
    - Introduction to Apache Kafka and its basic applications.
    - Description of Apache Kafka as a communication system between a sender and a receiver.
    02:07 🚖 *Practical Example of Kafka Usage*
    - Example of a cab booking application and its integration with Kafka.
    - Kafka facilitates constant updates on the driver's location.
    04:39 🚀 *Advantages and Applications of Kafka*
    - Kafka for handling large volumes of data in real-time applications.
    - Use cases across different industries like e-commerce and banking.
    07:49 📈 *Architecture of Kafka*
    - Explanation of Kafka's architecture and its ecosystem.
    - Details on Zookeeper, Kafka Cluster, and their functions.
    10:27 🛠️ *Installing and Configuring Kafka*
    - Steps to install and configure Kafka.
    - Creation and description of topics in Kafka.
    15:28 🧑‍💻 *Creating an Application with Spring Boot and Kafka*
    - Development of an application using Spring Boot and Kafka.
    - Implementation of a publishing system and subscriber system.
    Made with HARPA AI

  • @SHIVANGIJUHI
    @SHIVANGIJUHI 9 місяців тому +1

    Hi Shabbir,
    Can you help to explain, what happens if any of the services(publisher or consumer) is down, how can we handle such usecase better. Please explain for each (publisher and consumer)

  • @hamdamboyurunov6034
    @hamdamboyurunov6034 Рік тому +2

    Welcome to Kafka Stream. Really nice approach.

  • @gowthams1112
    @gowthams1112 10 місяців тому +2

    Really a good job brother. It is very clear and crispy.
    At last I found someone better to help me ! ✌

  • @ascar66
    @ascar66 2 місяці тому +1

    27:26 you forgot to add variable --from-beginning this is why you get only Hello instead of receive all events

  • @menabebawy390
    @menabebawy390 6 місяців тому +1

    like your way in delivering such a quite complex topic in very simple and digestible way

  • @ramanav3139
    @ramanav3139 8 місяців тому

    can you guide me on how to do Kafka clustering in the spring boot application,do one video one how kafka brokers work in real time applications

  • @adarshmv261
    @adarshmv261 Рік тому +2

    Hi Shabbir, thank you so much for considering the request. This is great explanation and will be very helpful..

  • @manuu-india
    @manuu-india 8 місяців тому

    one word - SUPER

  • @SudhakarReddyChannel
    @SudhakarReddyChannel 11 місяців тому +1

    Good Basic introduction. I could not consume the messages from beginning. I have configured auto-offset-reset=earliest but still the messages are not reading from beginning. can you help me here

    • @ambersingh1493
      @ambersingh1493 9 місяців тому

      Same issue. Able to see the message consumed on but not on console.

  • @BaluKompalli
    @BaluKompalli 11 місяців тому

    good video for easily understood by Kafka begginers.. super
    Thank you ji.

  • @TheSagarShinde
    @TheSagarShinde Рік тому +1

    Can you please give more real time applications where kafka can be used. Also what type of data we store and comsume and limitations if any

  • @samhunk1227
    @samhunk1227 5 місяців тому

    Thanks a lot ! More hands on please . More scenarios

  • @pranavmahajan4190
    @pranavmahajan4190 11 місяців тому +1

    Shabbir bhai thanks for the fantastic video on Kafka. Can you please cover Junit and Mockito in detail? Especially covering to test REST services.

  • @MDFAIZANSARI
    @MDFAIZANSARI 6 місяців тому

    Very clear explanation. Totally Awesome!

  • @goyalsweta
    @goyalsweta 9 місяців тому

    Thanks Shabbir your tutorials are awesome

  • @ChetanaGVS
    @ChetanaGVS 2 місяці тому

    WOW !! great video can you do a tutorial on spring batch

  • @radhakrishnanrocky
    @radhakrishnanrocky 10 місяців тому

    Hi Shabbir,
    Thank you for you awesome videos . All the explanations are very easy to understand.
    Could you please add a video on kafka streams ?

  • @paulthomas1052
    @paulthomas1052 Рік тому

    Thanks - very useful intro to Kafka. Really enjoy your videos and find them easy to follow.

  • @praveens2272
    @praveens2272 Рік тому +1

    Why not Active Mq or RabbitMQ for the use case you mentioned in the beginning

    • @jaydeeppal1588
      @jaydeeppal1588 11 місяців тому

      Active and RabbitMQ is not distributed messaging system. which you can't scale more like kafka does.

  • @dubalathrinath4193
    @dubalathrinath4193 Рік тому +7

    If possible can you please provide more hands-on

  • @samhunk1227
    @samhunk1227 5 місяців тому

    More hands on please . More scenarios

  • @vishalsable9370
    @vishalsable9370 Рік тому

    Very Neatly and nicely explained. Please make video on sonarqube and junit.

  • @narayanalvsaln9041
    @narayanalvsaln9041 Місяць тому

    you are amazing 🙌

  • @shanulhaq1670
    @shanulhaq1670 6 місяців тому

    Interesting Lectures!! 😊👍

  • @ambersingh1493
    @ambersingh1493 9 місяців тому

    Hi Shabbir, after trying the "earliest" config , I am able to see the message consumed on cmd but not on console.
    Exception : Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)

  • @martinh7544
    @martinh7544 Рік тому +1

    Good introduction! Kafka Streams next? 🤔

  • @vigneshkumarganesan1529
    @vigneshkumarganesan1529 Рік тому

    Thanks for tutorial brother. Learned a lot.

  • @basaveswararaolella7245
    @basaveswararaolella7245 10 місяців тому

    Thank you for your explanation bro.

  • @ShivamKendre-fc3su
    @ShivamKendre-fc3su 2 місяці тому

    You are great bhai

  • @sayntan2875
    @sayntan2875 6 місяців тому

    How you got to know these properties and the serializer classes? (at 41:19)

  • @muhamadrasul-d2e
    @muhamadrasul-d2e 11 місяців тому

    hi, a very good video indeed. but there is a question. in application properties, there are consumer.key-serialzer. but on your ide, its not an error. can you enlighten me. i tried but only consumer.key-deserializer were exist. thank you in advance. i was new to this.

  • @sanketh768
    @sanketh768 5 місяців тому

    Sir, do we have UI in kafka to create topics , partitions etc ?

  • @maddipatlamadhura4140
    @maddipatlamadhura4140 Рік тому

    hi are you going explain also Kafka streams, joins, aggregations, ktable, spring cloud stream, Kafka binders complex java objects mapping also?

  • @kartheekgupta1076
    @kartheekgupta1076 9 місяців тому

    so where exactly save produced data in database at consumer side or at kafka server

  • @manthansharma7266
    @manthansharma7266 7 місяців тому

    Nice. Thanks a lot man.

  • @inyeobkim
    @inyeobkim 7 місяців тому

    Best video ever!!

  • @rajasekharreddyjakkireddy6779
    @rajasekharreddyjakkireddy6779 2 місяці тому

    Thank You

  • @raviteja-mw1mp
    @raviteja-mw1mp Рік тому

    Why do we need brokers and partitions?

  • @rahul-java-dev
    @rahul-java-dev 6 місяців тому

    Thank u thank u so much ❤❤

  • @Raman_p_Sidhu
    @Raman_p_Sidhu 5 місяців тому

    Hey while I can run the driver project and hit the end point and listen on CLI but in second springboot consumer project logs are not showing anything there is no cab-location topic and offset. I have checked your GitHub project as well but no luck. After I start server it doesn't show anything related to topic or offset

  • @AP-eh6gr
    @AP-eh6gr 8 місяців тому

    this was a top tutorial

  • @mallikarjunshurpali
    @mallikarjunshurpali 3 місяці тому

    Thanks sir..

  • @PiyushGhosh-l4k
    @PiyushGhosh-l4k Рік тому

    elasticsearch gafana tutorial please.

    • @DailyCodeBuffer
      @DailyCodeBuffer  11 місяців тому

      Thanks for suggestions
      I will plan and work on it

  • @chauhansumit5486
    @chauhansumit5486 Рік тому +1

    Sir mern developer ki demand hai future

  • @mahendranath2504
    @mahendranath2504 Рік тому

    Thank you so much 👍

  • @intikhabansari6463
    @intikhabansari6463 Рік тому

    Bro please make a video on elastic search with project 🙏

  • @balrajmys
    @balrajmys Рік тому

    Great explanation 👏

  • @venkateshvenky2880
    @venkateshvenky2880 9 місяців тому

    In cab-book-driver : what is the purpose of code in config folder, because without that code also I'm able to get the messages.

    • @vasuimandi5535
      @vasuimandi5535 8 місяців тому +1

      I guess you had first put that code and then removed later, since topic was created when you had that code initially, it is working.

  • @menabebawy390
    @menabebawy390 6 місяців тому

    Thanks!

  • @jitendraprajapat3185
    @jitendraprajapat3185 Рік тому

    Thank you sir

  • @murthazapk2330
    @murthazapk2330 11 місяців тому

    Useful ❤

  • @jitendraprajapat3185
    @jitendraprajapat3185 Рік тому

    Please help me, file upload big size in s3 bucket using spring boot and thread

  • @saurabhmaurya6964
    @saurabhmaurya6964 11 місяців тому

    how can we fetch all the messages from the particular topic after hitting end-point url ?..Help me with this..I tried To do with the help of KafkaConsumer consumer .. this has a method poll .. but after hitting end point i'm getting null in consumer..please help me with this ..

  • @Divya-qt1cf
    @Divya-qt1cf 8 місяців тому

    superrrrrrrrrrrrrrrrrrrrrrrrrrrrr

  • @zainulabdin8822
    @zainulabdin8822 Рік тому

    thanks alot

  • @start1learn-n171
    @start1learn-n171 8 місяців тому

    Tq

  • @ravindraseth813
    @ravindraseth813 4 місяці тому

    U r working in Walmart?

  • @prashantkumar-hx1dv
    @prashantkumar-hx1dv 9 місяців тому

    what a time waste.

    • @DailyCodeBuffer
      @DailyCodeBuffer  9 місяців тому

      Could you please suggest what was not useful and how can I improve on those areas
      It would be a great help to me 🙏

  • @kasifali6921
    @kasifali6921 10 місяців тому +1

    Copied Video

  • @shubhamsurana4406
    @shubhamsurana4406 3 місяці тому

    I could follow entire vidio, but in last we used @KafkaListener(topics = "cab-location", groupId = "user-group"), here while running the application I could not see anything in console, can you please help me what I missed here?