Kafka Pro Tips | Mastering Message Routing with Specific Partitions |

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @akshaydeshmukh3069
    @akshaydeshmukh3069 ปีที่แล้ว +11

    I was able to crack two product based mnc interview using your content . Thank you so much for creating such videos .

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

      You're in which company now?

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

      Hi.. could you please refer me if there are any vacancies in your company.. I got affected by layoffs in my company. I only have a few days to leave the company. Even in naukri there are not many calls from any company.

  • @sudheerg9182
    @sudheerg9182 7 หลายเดือนก่อน +3

    Hi @JavaTechie , Thanks for all the courses with detailed explanations. I have a suggestion after completion of some topic end to end kindly try to make a interview question on it. A single video comprising of all interview questions would be sufficient.

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

    Whole Kafka series was awesome

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

    I love your videos which are very clear and good demonstrations as well. Keep it up

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

    You are gem.. Keep creating such good videos.. You explain in simple words 👌👌

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

    Appreciate Basant your efforts. God bless you. 🙂🙏👍

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

    Today i have follow all the examples and very clear to this topic. Thanks alot.
    One question incase , if broker/kafka server is down in that case how we can manage the things, in the upcoming video could you please describe those aspect as well

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

    Thank you so much sir for your awesome tutorials ❤🙏 from bangalore

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

    Gold content ⭐ Whole playlist ❤️

  • @ganavenkatesh5438
    @ganavenkatesh5438 11 หลายเดือนก่อน +1

    Please upload content on Kafka streams within microservices

  • @AmitYadav-yw8ee
    @AmitYadav-yw8ee ปีที่แล้ว +1

    Best course for Kafka

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

      Thanks Amit many more concepts on Kafka on the way. Will publish soon

    • @AmitYadav-yw8ee
      @AmitYadav-yw8ee ปีที่แล้ว +1

      @@Javatechie 1.In this series can you also share how production ready code will be.
      2. Since you are using latest version can also mention KRaft instead Zookeeper.
      And last have learnt a lot from you specially. Thank you

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

    Make latest full understanding video on jenkins with all details like how to work, flow, CICD pipeline, sonarqube, testings, deploying.....

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

    Hi, How do we identify the no.of partitions we need for a particular use case ?

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

    Thank you so much sir 🙏

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

    Hi Sir I need to work with Kafka consumer side, just get the data from the topic/producer (MMS services) then read the data and perform curd operation on DB at consumer side as Spring boot application with Azure cloud database please make a one video

  • @Phoenix-od2bp
    @Phoenix-od2bp ปีที่แล้ว +1

    Hi Basant, thank you for this tutorial. Can you please share what tool you are using to view the offsets. Thank you!

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

    Hi Basant sir , I have a question, I am sending a Jason object to Kafka and consumer consumes it by key and stores it in mysql , but how would I let my producer know that if comsumer raises any exception like usernotfound or primary key is missing or any exception that I want to raise to user

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

      You need to implement acknowledgement both in producer and consumer by disabling auto.offset.commit

  • @kunalsharma-zc2ho
    @kunalsharma-zc2ho ปีที่แล้ว +2

    Hi basant , can you help with real time use case for these type of scenario's .

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

      I have mentioned the usecase buddy

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

      @@Javatechie "When some event msg failed in prod and we need to debug it by putting it again on a particular partition".
      Thats for debug purpose but is there any functional purpose as well?
      Very nice tutorial all in all!

  • @MuzaffarUmarjonov-v4l
    @MuzaffarUmarjonov-v4l ปีที่แล้ว +1

    good job

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

    Hi ‪@Javatechie‬
    If the copy of the same message is available in 3 different partitions(P-0,P-1,P-2) in 3 kafka brokers(KafkaBroker-1,KafkaBroker-2,KafkaBroker-3) in cluster, in case of replication, the duplicacy(same message/record) of the message will be consumed ?
    If the copy of the same message is available 3 different partitions(P-0,P-1,P-2) in 3 kafka brokers(KafkaBroker-1,KafkaBroker-2,KafkaBroker-3) in cluster, then let's say, I have three consumer's same instance, these three consumer's instance will consume the same messages from three different partitions ?
    Duplicated record will be consumed, means, same record will be consumed thrice ? please shed some light, Basant, thanks!!

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

    Hi, could you please make one full end to end Kafka Streamming project with springboot, I have seen your other Kafka video was made on kafka client API, but if you make Stream API, then it will very helpful becuase these days company are using streams API rather than client API . please make such video 🙏🙏

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

    It's good explanation... Hey can you plz make the Video on webhook integration. With kafka please

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

      I have to check it buddy haven't tried it before will update you

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

    Hi JT... I'm using Spring Batch in a multi-threaded context and getting concurrency issues. I want to write my messages (using KafkaItemWriter) to send them to a partition based on the ThreadNumber to prevent concurrency conflicts. I think I set this using KafkaTemplate. I s that right ? if you get some time can you direct me ? tks - so Thread `1 send message to Kafka Topic A, Partition 1, Thread 2 to Topic A Partition 2 etc

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

      Hello buddy since you are a paid member of Javatechie i am happy to help you in person please drop an email to javatechie4u@gmail.com

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

    Hi JT... really great series. Thanks ! If I want to scale up dynamically - for high volume of messages, how to do this ? dynamically increase partition or consumers ? is this something that would be controlled by K8 when deployed ?
    thanks

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

      Scaling required from both ends

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

    I heard that by default Kafka doesn't have UI, may I know how to get the UI ?

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

    Please make a video how to integerate sonarqube with jacoco using spring boot I am getting error tried lot of times. Please bro

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

    Thank you

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

    I have 100 messages, 3 partitions and how to add each partition get all 100 messages, ?

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

    @Java tech- I have 10 consumer replicas and 5 partitions. How to handle this scenario? 1 partition should point to 2 replicas and same is true for remaining replicas

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

      No it will be point to 5 only so rest 5 consumers will nothing to do instead waiting

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

    🙏👍

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

    Instead of 100 its 101
    Why ?
    709+100= 809
    But its 810