Saga Pattern | Distributed Transactions | Microservices

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024

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

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

    Very simple about Saga, thanks

  • @java-aws-techie
    @java-aws-techie 2 หลายเดือนก่อน +1

    Great video. Might help if you could also discuss about some tools or frameworks to implement saga.

    • @vivek.tiwary
      @vivek.tiwary 2 หลายเดือนก่อน +1

      You can use Azure durable function to implement an orchestrator saga. For choreography, you can use Azure Sb.

    • @java-aws-techie
      @java-aws-techie 2 หลายเดือนก่อน +1

      So Aws step functions as orchestrator and SQS for choreography. Clear. Thanks.

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

      Thank you for suggestions and replies, will cover them up in my upcoming videos. I try to keep my videos under 10 mins, but this one turned out to become too long because of the context I had to provide in the beginning.

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

    great video, always love your animations and explanations

  • @KrishDholeria
    @KrishDholeria 20 วันที่ผ่านมา +1

    as you said we can use zookeeper to implement 2 phase commit. Similarly, is there any framework which can be used to implement orchestrated saga?

    • @Vikaskumar-hb8uo
      @Vikaskumar-hb8uo 4 วันที่ผ่านมา

      step functions is such an aws service.'

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

    Nice video ! can you share article you talking about in video?

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

      Thank you. This is from my experience, I did not made it into an article, but will consider in future.