Saga Pattern | Distributed Transactions | Microservices

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 35

  • @VictorAug
    @VictorAug 10 днів тому

    Best Saga explanation I've ever seen.

  • @krzysztof9711
    @krzysztof9711 2 місяці тому +2

    An underrated channel. Keep going and it's definitely gonna be a popular channel

  • @nuthankamera5651
    @nuthankamera5651 2 місяці тому +1

    Very interesting and informative video. Please keep sharing such videos where a non technical people can understand it.

  • @ronaksiddhpura07
    @ronaksiddhpura07 Місяць тому +1

    Explanation is giving real time project experience and very interesting and informative video.

  • @sathishd273
    @sathishd273 2 місяці тому +1

    Explanation is giving real time project experience. Thanks a lot

    • @ByteMonk
      @ByteMonk  2 місяці тому

      I'm glad you found it relatable!

  • @pedromiotti3033
    @pedromiotti3033 2 місяці тому +1

    How have I never seen a video from this channel? Amazing content my friend. Subscribed.

    • @ByteMonk
      @ByteMonk  2 місяці тому

      Welcome aboard!

  • @Zaheer__zk40
    @Zaheer__zk40 21 день тому

    Worth more than lakhs. Thank you.

  • @sfsadfsadfasdf
    @sfsadfsadfasdf 17 днів тому

    You deserve more views.. this is gold..

    • @ByteMonk
      @ByteMonk  17 днів тому +1

      Thanks you so much 😊.

    • @kumarbirari2746
      @kumarbirari2746 14 днів тому

      Definitely One of the best videos I have seen ... Respect for your work .. Please create more videos on Microservices

  • @ujjwalaggarwal7065
    @ujjwalaggarwal7065 6 місяців тому +1

    great video, always love your animations and explanations

  • @Zmey5656
    @Zmey5656 6 місяців тому +2

    Very simple about Saga, thanks

  • @umangsomtiya5826
    @umangsomtiya5826 3 місяці тому +1

    Great Explaination 🙌

  • @KrishDholeria
    @KrishDholeria 5 місяців тому +3

    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?

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

    how is an orchestrated saga async if it makes serial requests and requests depend on each other? Isn't it the same as a central coordinator ?

  • @Ar-rp8jo
    @Ar-rp8jo 9 днів тому

    Hi, I have a doubt in SAGA. Consider service1 and service2. When service1 passes, service2 will be initiated. When the service2 is failed, and if the service1's value is changed in the meantime, what will happen? Will it lead to data inconsistency? Correct me if I am wrong.

  • @AmitDuhans
    @AmitDuhans 7 днів тому

    Hey ByteMonk, can you please arrange the Microservices Playlist in order where I can understand the topic without shuffling the videos

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

    Still in Orchestrator SAGA there is single point of failure if orchestrator goes down rite?

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

    @ByteMonk How do you edit/create content ?

  • @sscapture
    @sscapture 3 місяці тому +1

    Thanks much!!

  • @java-aws-techie
    @java-aws-techie 6 місяців тому +1

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

    • @vivek.tiwary
      @vivek.tiwary 6 місяців тому +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 6 місяців тому +1

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

    • @ByteMonk
      @ByteMonk  6 місяців тому

      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.

  • @arvindpurohit2722
    @arvindpurohit2722 2 місяці тому

    Nice content

  • @zummotv1013
    @zummotv1013 3 місяці тому +1

    can we have multiple instances of a Saga orchestrator to ensure high availability, scalability, and fault tolerance, by ensuring that only one orchestrator instance handles a particular Saga at any given time.

    • @ByteMonk
      @ByteMonk  3 місяці тому

      Yes, it is possible to have multiple instances of a Saga orchestrator to achieve high availability, scalability, and fault tolerance. The key to making this work effectively is to ensure that only one orchestrator instance is responsible for a particular Saga at any given time. This can be achieved through various mechanisms, you can use a distributed locking mechanism (like Zookeeper, Redis, or a database-based lock) to ensure that only one orchestrator instance can handle a particular Saga at any given time. This prevents multiple instances from concurrently processing the same Saga, or you can also Implement a leader election algorithm to designate one orchestrator instance as the active leader responsible for managing Sagas. I have made videos on each of these topics, which you can checkout in my System Design playlist.

  • @sathishd273
    @sathishd273 2 місяці тому +1

    You are going to be next Kudvenkat

  • @pradeepbisht3397
    @pradeepbisht3397 6 місяців тому

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

    • @ByteMonk
      @ByteMonk  6 місяців тому +1

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

  • @vaibhavnitnaware5829
    @vaibhavnitnaware5829 2 місяці тому +1

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

    i can do but actually i dink din din din