How to design Event-Driven Microservices - Explained

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

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

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

    Great content❤

  • @NaveenEdirisinghe-e4n
    @NaveenEdirisinghe-e4n หลายเดือนก่อน

    Thank you!

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

    An interested topic. Thank you

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

    superb....❤

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

    සුපිරි

  • @dineshsubasingha-j8v
    @dineshsubasingha-j8v หลายเดือนก่อน

    Superb ❤

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

    Sir please bring a microservices project using nodejs

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

      why nodejs? use nestJS its nodejs with typescript

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

    Sir What about temporal ???

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

    Sir Do you recommend using RabbitMQ for large-scale applications rather than using Apache Kafka?

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

      Rabbit MQ is not substitute for Kafka. i have done comparison video. watch it

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

    Good job! I am watching your videos. Can event-driven architecture (Kafka) be used to get real-time updates? My application has a feature where several users can edit one project simultaneously. I want to show the updated project dashboard in my application in real-time. I was thinking of going with WebSockets. Which one is the best option?

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

      since its fire and forget type update web socket would be best choice. but if you need offline clients to know what happened when they offline then Kafka is the option

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

      @@krish Thank you