Apache Kafka - Introduction & Architecture | Apache Kafka Series - Part 01

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

КОМЕНТАРІ • 49

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

    After watching couple of video came here, the flow and way of explanation is excellent, can't be better then this.

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

      Thanks for your support 🙏 Please subscribe to the channel 😊

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

    You are rocking Vinod!

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

      Thanks for your support 🙏 Please spread this channel with your network 😊🙏

  • @travelwithkevin
    @travelwithkevin 4 роки тому +1

    Great video Vinod! Waiting for the second part. Keep it up!

  • @akashchandra8830
    @akashchandra8830 3 роки тому +1

    this is good, keep it going. Looking for more data engineering playlists

    • @DataEngineeringMinds
      @DataEngineeringMinds  3 роки тому

      Thanks for the support; Yes, will start doing regular videos in 2 weeks.

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

    how come this video has only 48 comments, man this was really helpful , thanks alot

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

    Excellent explanation..

  • @edwinmcc
    @edwinmcc 3 роки тому

    Excellent video & content . . I have just finished the first video . . I am eager go through subsequent ones. . .

  • @venkateswaran8752
    @venkateswaran8752 3 роки тому +1

    awesome explanation great efforts 👌

  • @mohammadamin6462
    @mohammadamin6462 2 роки тому

    Many Thanks for your effort , Great explanation , I wish you good luck

  • @lokeshkumar1365
    @lokeshkumar1365 3 роки тому

    Excellent explanation...Keep going and all the best

  • @vijayannallasami376
    @vijayannallasami376 3 роки тому

    Excellent bro!

  • @kapukapu2772
    @kapukapu2772 3 роки тому

    Bro. You are awesome..thanks

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

    great content and nicely explained thank you sir.

  • @chowdarikp8811
    @chowdarikp8811 3 роки тому

    Very good explanation vinod. Really helpful for the guys who want to learn kafka. Please share real time scenarios/issues related to kafka. Good job!!!

  • @vigneshvasu3067
    @vigneshvasu3067 2 роки тому

    It was very nice explanation ❤️. It will helpful if you share this slides/ content in docs

  • @muralidhar40
    @muralidhar40 2 роки тому

    Well explained mitrama, is there any change from 2020 to 2022

  • @noaexel
    @noaexel 3 роки тому +1

    I have a question, if kafka assigns each partition to a consumer in a consumer group, and each partition hold unique messages of a topic. What happens if a consumer 1 needs messages from a topic it has subscribed to, and that message resides in a partition that is assigned to another consumer 2 instead?

    • @DataEngineeringMinds
      @DataEngineeringMinds  3 роки тому +2

      All consumers belonging to each consumer group should work towards a particular goal.
      Imagine that a twitter account has 4 tweeted 4 tweets and u want to insert these 4 tweets into a database. These 4 tweets are stored in a topic of 2 partitions. Each partition has 2 tweets. Now, if u have one consumer in ur consumer group, this one consumer will consume all the 4 tweets sequentially from each partition and then inserts all the 4 tweets into database; In case, u have two consumers, each consumer will consumer 2 tweets from each paritition in parallel and insert them into DB. In both the cases, the end goal of inserting 4 tweets to database is achieved.
      This is how consumers in a consumer group work. They split the work towards achieving a common goal. In your case, as long as consumer 2 consumes the message, consumer 1 should not care because both consumer 1 and consumer 2 should work towards a common goal. In case, you have a different goal, then create a new consumer group.
      Please let me know if it's not clear :)

    • @noaexel
      @noaexel 3 роки тому

      @@DataEngineeringMinds yes this is clear however i am having difficulty in setting up the SSL, i am trying to setup a zookeeper cluster and a broker cluster, i have set it up without any security and the connection seems to be smooth, but when i implemented the steps in ur part 4 video, i am getting errors... Pls can you assist me of you are not too busy? 08181853685 we can chat on WhatsApp for quicker support... Thanks, im in standby now

    • @noaexel
      @noaexel 3 роки тому

      Do i need to copy the public cert file (ca-cert) across all server nodes? Among the error log, i see something saying "will not attempt to authenticate using SASL(unknown error)" amongst other things....

    • @DataEngineeringMinds
      @DataEngineeringMinds  3 роки тому

      @@noaexel Sorry... I was busy... The truststore containing the ca-cert should be on all server nodes !!

    • @noaexel
      @noaexel 3 роки тому

      @@DataEngineeringMinds thank you for ur response, so on the 4 server cluster (2 zookeepers 2 brokers) i have a ca-cert file , should i copy the ca-cert across all 4 machines(ie server 1 ca-cert file should be copied across server 2,3,4 and server 2 ca-cert file should be copied across server 1,3,4 and so on...)?

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

    Thank you ❤

  • @ZohanSyahFatomi
    @ZohanSyahFatomi 2 роки тому

    Hi, thank you for the tutorial. Can you share the PPT? Thanks

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

    Super super ❤ you .

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

    Sir, please add subtitle for this playlist, thank you very much

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

      Thanks for watching 🙏 unfortunately, am not able to add subtitles to old videos. However, all recent videos are uploaded with subtitles 😊

  • @tusharpatil7028
    @tusharpatil7028 2 роки тому

    Hi Vinod ,

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

    is this series still valid for 2024 bcoz its already been 3years that u have uploaded this

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

      Yes. It is still valid if You want to use Kafka with Zookeeper.
      Tha major change as of 2023/24 is removal of Zookeeper (we call it Kraft). I also uploaded a video for that. So, if u watch this one followed by that video, u will get a proper undetrstanding of the latest version

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

      @@DataEngineeringMinds thnx for ur reply and what are the new things comes in apache kafka which u didnt teach in ur sessions

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

    Need english subtitles

  • @ITHoc-tt6yc
    @ITHoc-tt6yc Рік тому

    Turn on the translated subtitles on you