Kafka Pro Tips | Mastering Message Routing with Specific Partitions |

Поделиться
HTML-код
  • Опубликовано: 26 янв 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 8 месяцев назад +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

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

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

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

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

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

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

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

    Please upload content on Kafka streams within microservices

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

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

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

    Gold content ⭐ Whole playlist ❤️

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

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

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

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

  • @MuzaffarUmarjonov-v4l
    @MuzaffarUmarjonov-v4l Год назад +1

    good job

  • @krishnamohanmazumdar946
    @krishnamohanmazumdar946 3 месяца назад

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

  • @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!

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

    Thank you so much sir 🙏

  • @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!

  • @malleswarrao3887
    @malleswarrao3887 8 месяцев назад

    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

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

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

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

    Thank you

  • @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 🙏🙏

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

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

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

  • @errahulrajocjp
    @errahulrajocjp 3 месяца назад

    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!!

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

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

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

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

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

    @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  Год назад

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

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

    🙏👍

  • @sgr7ss
    @sgr7ss 4 месяца назад

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