Kafka Cluster with Multiple Brokers

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 30

  • @njt3773
    @njt3773 Год назад +5

    Very clear explanation. And you're not scared of showing errors on demo which shows your confidence in the field! Nice work

  • @avinashbasetty-r4d
    @avinashbasetty-r4d Год назад +1

    Thank you for the detailed explanation. You have explained all the internal process in more detail. Loved the series :)

  • @FranklinMutwiri-kx1qd
    @FranklinMutwiri-kx1qd 13 дней назад +1

    Very clear. Thank you sir

  • @shamimahamed8333
    @shamimahamed8333 5 месяцев назад +1

    Very clear explanation. thanks sir

  • @Chandana0919
    @Chandana0919 Год назад +1

    Very useful content! Thank you

  • @lasandun
    @lasandun 2 года назад +1

    Great video. Explains the theory and shows it in practice.

  • @PawanSharma-dd7jv
    @PawanSharma-dd7jv Год назад +1

    Awesome sir. I have never seen such a descriptive videos you have made. Very very clear explanation. I loved it. 100 out of 100 from me.
    Do you also take online classes? Truly want to learn more big data stuff from you only. ❤

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Год назад

      Hello Pawan Sharma, Thank you for your inspiring comment! As of now , I am not providing any private online classes , all my videos are available in this channel for free ... If you want to explore Kafka in depth using Python , you can refer this playlist -- ruclips.net/p/PLjfRmoYoxpNrs0VmIq6mOTqXP52RfZdRf Happy Learning

  • @truongvannhan954
    @truongvannhan954 11 месяцев назад

    Great video , It will be even better if you can make a video for kraft mode

  • @chenguo8767
    @chenguo8767 Год назад +1

    Thanks for the great lecture. If one server is down and the producer still keeps publishing messages, are these new messages going to be randomly sent to other partitions in healthy brokers, so I assume there will be no message loss, right?
    You also mentioned key which can be used to specify which partition the message is going to. what if there are keys associated with messages, but their corresponding partitions are down. what happen to these messages? is there an automatic adjustment mechanism in Kafka?

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Год назад

      Hello Chen Guo , if one server is down and the producer still keeps publishing messages , the new messages will be going to same partition which is available in ISR List in another broker , basically to make the whole system fail-safe & reliable , one partition data is replicated in other brokers , for details , please refer this video -- ruclips.net/video/jjtGMij-DPo/видео.html&feature=shares
      Hope the video will make your doubts clear ... If you have further doubts after watching that please post in comment section , I will try to reply back asap .. Happy Learning

  • @israelterorisprikopat
    @israelterorisprikopat 6 месяцев назад

    what about with zookeeper cluster also ? so 3 zookeper 3 nodes broker

  • @chaswitutorials9286
    @chaswitutorials9286 2 месяца назад

    Hi bro, I am getting one issue, in the log file and in the specified partitions we are not having any messages after the consumer consumes the messages.
    Kindly inform me how I can view the message as you described, I am getting the text document size as 0KB , without having any data.

  • @bhushankorg5606
    @bhushankorg5606 Год назад

    Thanks your channel is so helpful.
    Can you show mirrormaker replication once.

  • @kunaldinkar3868
    @kunaldinkar3868 2 года назад +2

    Hello Sir, I have configured 3 servers with 4 partitions but all my producer messages are going in partition3 in server1. What is the reason that other partitions are empty with only one partition storing messages?
    Thankyou in Advance

    • @AmeerDiaz
      @AmeerDiaz 2 года назад

      same thing happening with me also. I think new version of Kafka does it with batch

    • @BOSS-AI-20
      @BOSS-AI-20 Год назад

      Sticky partitioning

    • @sagar9272
      @sagar9272 Месяц назад

      Same Problem happened with me as well, any solution on this ?

  • @digitaltechconnect1318
    @digitaltechconnect1318 2 года назад +1

    Post the code notes for the practice. we haven't seen here

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 года назад

      Hello Digital tech connect, I forgot to post he codes for this video , I posted the codes(used in the video) in the description box.. Happy Learning

  • @digitaltechconnect1318
    @digitaltechconnect1318 2 года назад +1

    provide me the notes for execution

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 года назад

      Hello Digital tech connect, the code is available in the description box.. Happy Learning

  • @digitaltechconnect1318
    @digitaltechconnect1318 2 года назад +1

    provide us this class notes for practice

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 года назад

      Hello Digital tech connect, the code is available in the description box.. Happy Learning