Kafka Pro Tips | Mastering Message Routing with Specific Partitions |

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

КОМЕНТАРІ • 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 6 місяців тому +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.

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

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

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

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

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

    Whole Kafka series was awesome

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

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

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

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

    Gold content ⭐ Whole playlist ❤️

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

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

  • @MuzaffarUmarjonov-v4l
    @MuzaffarUmarjonov-v4l 11 місяців тому +1

    good job

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

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

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

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

    Please upload content on Kafka streams within microservices

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

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

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

    Thank you so much sir 🙏

  • @Robin9060kumar
    @Robin9060kumar 11 місяців тому +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  11 місяців тому

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

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

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

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

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

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

  • @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 9 місяців тому

    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  9 місяців тому

      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

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

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

  • @2RAJ21
    @2RAJ21 3 місяці тому

    Thank you

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

  • @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 2 місяці тому

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