SAGA | Microservices Architecture Patterns | Tech Primers

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มิ.ย. 2024
  • This video covers 2 different SAGA patterns - Choreography and Orchestration
    Join this channel by contributing to the community:
    / @techprimers
    📌 Related Playlist
    ================
    🔗Kubernetes Primer - • Kubernetes Primer
    🔗Spring Boot Primer - • Spring Boot Primer
    🔗Spring Cloud Primer - • Spring Cloud Primer
    🔗Spring Microservices Primer - • Spring Microservices P...
    🔗Spring JPA Primer - • Spring JPA Primer
    🔗Java 8 Streams - • Java 8 Streams
    🔗Spring Security Primer - • Spring Security Primer
    🔗Containers Primer - • Containers Primer
    🔗AWS Primer - • AWS Primer
    💥Join TechPrimers Slack Community: bit.ly/JoinTechPrimers
    💥Telegram: t.me/TechPrimers
    💥TechPrimer HindSight (Blog): / techprimers
    💥Website: techprimers.com
    💥Slack Community: techprimers.slack.com
    💥Twitter: / techprimers
    💥Facebook: TechPrimers
    💥GitHub: github.com/TechPrimers or techprimers.github.io/
    🎬Video Editing: iMovie
    🎼Background Music:
    Dyalla
    Joakin Karud
    ---------------------------------------------------------------
    🔥 Disclaimer/Policy:
    The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
    You are free to use the code samples in Github after forking and you can modify it for your own use.
    All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
    #Microservices #SAGA #TechPrimers
  • แนวปฏิบัติและการใช้ชีวิต

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

  • @tirupatirao7521
    @tirupatirao7521 3 ปีที่แล้ว +140

    Got selected in an interview only by explaining to this one question bcz of this 👌

    • @TechPrimers
      @TechPrimers  3 ปีที่แล้ว +1

      Glad it was helpful 😄

    • @kurtcampher4716
      @kurtcampher4716 3 ปีที่แล้ว

      That's awesome

    • @curiossoul
      @curiossoul 2 ปีที่แล้ว +31

      Really? Interviewer didnt ask you where is the distributed transaction scenarios here. What he explained is actually food delivery service and partially SAGA pattern.
      What happens if payment fails or resturant svc fails etc... SAGA implements the concept of comkit or rollback which he totally skipped in the video

    • @santoshtavargeri
      @santoshtavargeri 2 ปีที่แล้ว +1

      You owe first salary to channel!

    • @44047aayush
      @44047aayush ปีที่แล้ว +1

      @@curiossoul So true. Agreed.

  • @vinit.khandelwal
    @vinit.khandelwal 3 ปีที่แล้ว +4

    Thanks Tech Primer for the tutorial. Would appreciate more content around microservices

  • @danielgospodinow
    @danielgospodinow 4 ปีที่แล้ว +2

    Wonderful explanation! Thank you!

  • @Javoke
    @Javoke 3 ปีที่แล้ว +1

    Your explanation was flawless! Thanks in advance for sharing your knowledge

  • @analogylibrary
    @analogylibrary 4 ปีที่แล้ว +1

    What a explanation, kudos!!!

  • @stepseiventures2528
    @stepseiventures2528 4 ปีที่แล้ว

    You know how to get the job done. Great videos as always.

  • @rahulvutukuri9254
    @rahulvutukuri9254 3 ปีที่แล้ว

    much needed video, since i have been searching how a client request is deserialized and executed by multiple micro services

  • @anupkmr03
    @anupkmr03 4 ปีที่แล้ว +2

    Awesome....very clear explanation. Thank you so much :)

  • @MikeNoli1
    @MikeNoli1 3 ปีที่แล้ว +5

    Very clear, it 'd be great to develop an example with lambdas/spring cloud in AWS

  • @adrienmbiandji8282
    @adrienmbiandji8282 4 ปีที่แล้ว +2

    Tanks you. Will glad see the corresponding code

  • @Tommy-dd5pz
    @Tommy-dd5pz 3 ปีที่แล้ว +2

    Great video, clearly explained how each microservices interact with each other, better than a lot of other materials I find on the internet

  • @shivraj777
    @shivraj777 4 ปีที่แล้ว +3

    Nice and clean explanation. What we see across multiple forums is explanation on Saga. But not coding example. Would be nice to see coding example for the same example.
    The two components to see in coding example will be
    1. how microservices handle multithreading (specially for crud operations assuming every microservice has its own database)
    2. How data consistency is maintained across these 4 microservices (as per example in video). This one has two elements - first one being every microsrvice has its own database and second one being all have shared database.

  • @javisartdesign
    @javisartdesign 4 ปีที่แล้ว +6

    well explained! I would talk about distributed transactions and compensation operations for the rollbacks.

    • @javisartdesign
      @javisartdesign 4 ปีที่แล้ว

      @Z3U5 CQRS pattern is not used for distributed transactions SAGA deals with that since it is its common use.

  • @murlidew
    @murlidew 4 ปีที่แล้ว

    Very well explained. Thanks for the video.

  • @shakhawatstech9616
    @shakhawatstech9616 4 ปีที่แล้ว +1

    Very helpful video, Thanks

  • @youee1234
    @youee1234 4 ปีที่แล้ว +2

    thank you very much
    it was really simple and clear

  • @muthahirnawaz2479
    @muthahirnawaz2479 4 ปีที่แล้ว +1

    Well explained... Thanks

  • @bhargavasurimenu7850
    @bhargavasurimenu7850 4 ปีที่แล้ว +4

    Great Explanation, Nice thing about your videos is always one step ahead of what Market needs. Really appreciated your skills and service which you are doing ..

  • @manukumarkm9304
    @manukumarkm9304 3 ปีที่แล้ว +1

    Simple & Elegant

  • @saurabh_panjiara
    @saurabh_panjiara ปีที่แล้ว +1

    Great content ,Thanks for sharing

  • @rahulrajsaini5670
    @rahulrajsaini5670 3 ปีที่แล้ว +1

    Nice one.. Thanks for this...!!!

  • @Pjblabla2
    @Pjblabla2 2 ปีที่แล้ว +2

    Very nicely explained

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

    Awesome!! Keep up the good work!!!

  • @palashchanda4166
    @palashchanda4166 4 ปีที่แล้ว +1

    Nice video..well explained.

  • @micaelgeiss9585
    @micaelgeiss9585 4 ปีที่แล้ว +1

    Nice video. Ty

  • @himanshutomar3512
    @himanshutomar3512 4 ปีที่แล้ว +1

    an example of orchestrated saga would be nice. thanks in advance 😊

  • @anirbanroy1524
    @anirbanroy1524 4 ปีที่แล้ว +1

    Excellent

  • @PrabhjotSingh-yj7gx
    @PrabhjotSingh-yj7gx 3 ปีที่แล้ว +2

    thanks... this is awesome

  • @sanjayshukla5255
    @sanjayshukla5255 2 ปีที่แล้ว +1

    Very good explanation.

  • @jka9524
    @jka9524 4 ปีที่แล้ว +1

    Nice explanation and good to learn. Nice Bro

  • @MaheshKumar-gt9td
    @MaheshKumar-gt9td 3 ปีที่แล้ว +3

    It's an awesome tutorial, Can you please make a video with java based code example will be highly appreciated. Thanks

  • @farziaccount1792
    @farziaccount1792 4 ปีที่แล้ว +1

    Nice explaination

  • @ZackIOS
    @ZackIOS 4 ปีที่แล้ว +2

    Thank youuu

  • @mr-black_rock321
    @mr-black_rock321 4 ปีที่แล้ว +6

    orchestrator pattern introduce the high degree of coupling . please let us explain how compensation event would process ?

  • @919428328929
    @919428328929 3 ปีที่แล้ว +1

    Nicely explained SAGA pattern, Can you explain what is the proper way to handle transaction across the distributed micro services?

  • @br4676
    @br4676 4 ปีที่แล้ว +1

    thanks sir for very nice information

  • @HenryPolen4890
    @HenryPolen4890 4 ปีที่แล้ว +1

    nice video and it's pleasant to listen to you despite some accent

  • @subhasispanda9000
    @subhasispanda9000 4 ปีที่แล้ว +3

    Thanks for the video...
    can you please make one video or give some idea on session interaction between microservices like we have in amazon order MS,payment MS, user MS, cart MS interaction using session how they are interacting by keeping identity of same user?

  • @hydtechietalks3607
    @hydtechietalks3607 4 ปีที่แล้ว +4

    Great Video.. In case of Azure, OrchestrationService would be a WebJob or function; The initial event saga pattern is done via Azure Service Bus and Event handlers...

    • @GauravKawatrakir
      @GauravKawatrakir 3 ปีที่แล้ว +1

      Any git repo example

    • @prateekashtikar8631
      @prateekashtikar8631 2 ปีที่แล้ว

      Is there any link to source code please?

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

      Yeah and that’s a great way to wire yourself to one cloud environment. Silly idea.

  • @rajivraghu9857
    @rajivraghu9857 4 ปีที่แล้ว +16

    Super.. can you do a video on the coding for the same using SAGA pattern

  • @RaffaCaboFrio
    @RaffaCaboFrio 4 ปีที่แล้ว

    Nice video. Thanks

  • @jasper5016
    @jasper5016 2 ปีที่แล้ว +2

    Fantastic explanation. Thanks so much. Can you please show this at code level? It would been better to see it in action.

  • @madhavar980
    @madhavar980 3 ปีที่แล้ว +2

    Super bro. Can you prepare one spring boot example with SAGA implementation?

  • @growtogether8014
    @growtogether8014 ปีที่แล้ว +2

    There are two points which needs to be added here: 1. In Choreography pattern how the failures are handled 2. In case of Orchestration pattern the request will not come to order-service the request will come to Orchestration service.

  • @gopalakrishnapeddi6686
    @gopalakrishnapeddi6686 4 ปีที่แล้ว +2

    Thank you Team. Got clear picture about saga usage. I am implementing it. Yet I have many doubts. When will you release the video on coding part. Please make a video of this implementation.

    • @gopalakrishnapeddi6686
      @gopalakrishnapeddi6686 4 ปีที่แล้ว

      Thanks for your acknowledgement. Please make video on Saga implementation with .net c#

  • @tarunsoni5131
    @tarunsoni5131 4 ปีที่แล้ว +2

    Thanks nice video . I learn lot of things from u r videos . Could you please make video on session management in microservices please ?

  • @kumark.sundaram3486
    @kumark.sundaram3486 3 ปีที่แล้ว

    Thanks for the explanation. One question related to Choreography. If Restaurant Service needs a new data introduced in Order Service, is it safe to assume the changes have to be made in Order, Payment and Restaurant services?

  • @ramu7731
    @ramu7731 4 ปีที่แล้ว +1

    Nice video!!!! thanks, for the very nice information and can you help to do video Kubernetes scaling master and slave fail how to do autoscaling...

  • @mohtashimraghib5964
    @mohtashimraghib5964 2 ปีที่แล้ว

    Very Helpful Man. Thanks

  • @sekharatmakuri
    @sekharatmakuri 4 ปีที่แล้ว +9

    good one and very easy to understand. can you also do one for failure handling / rollbacks scenarios?

  • @karan6551
    @karan6551 3 ปีที่แล้ว +1

    Awesome ❤️🔥❤️🔥❤️🔥❤️🔥❤️❤️

  • @mumbaimuru
    @mumbaimuru 2 ปีที่แล้ว +1

    Nice explanation

  • @sriaya1743
    @sriaya1743 3 ปีที่แล้ว +1

    Nice video sir.

  • @puneetsaneja3007
    @puneetsaneja3007 3 ปีที่แล้ว +1

    Hi. I have few queries on SAGA. Please help me to answer .
    1. Here you cover only happy path , if everything works well. What if payment failed. How they roll back from the order services.
    2. Do it maintain lock at database level. Say in ecommerce application , i have 5 inventory in stock but 10 users are buying at the exactly same time. ? How data consitency are maintained ?

  • @1711nitish
    @1711nitish 3 ปีที่แล้ว +1

    Nice explanation. Could you pls provide inputs on how orchestration is different from two phase commits .It looks like they both work the same way .

    • @TechPrimers
      @TechPrimers  3 ปีที่แล้ว

      Orchestration does things more than two phase commit

  • @redusuda8261
    @redusuda8261 3 ปีที่แล้ว +4

    How to handle failures in these patterns, how you will define compensating events

  • @codewithkashif
    @codewithkashif 2 ปีที่แล้ว +1

    Awesome video, super helpful!
    Which tool have you used it for these diagrams/flow - looks wonderful!!

    • @TechPrimers
      @TechPrimers  2 ปีที่แล้ว

      Google slides

    • @codewithkashif
      @codewithkashif 2 ปีที่แล้ว

      @@TechPrimers thanks for your quick reply! Will explore it! Thanks again😊

  • @knowledgeseeker3530
    @knowledgeseeker3530 3 ปีที่แล้ว

    Where can I see the code examples implemented based on the explanation in this video?

  • @simplechannel7859
    @simplechannel7859 4 ปีที่แล้ว +4

    Thx! nice video. You are the best! Please show an example. Need real example with code

  • @smritiverma8990
    @smritiverma8990 4 ปีที่แล้ว

    What about the rollbacks transactions?This video is really a very nice introductory video.

  • @ayasswain
    @ayasswain 4 ปีที่แล้ว +1

    Nice video. I have a question. In the orchestration approach how the message passing happens between the orchestration service and other micro services? Are they REST API calls which make it a synchronous flow? I assume they are not event based where events are pushed to a message queue and consumed from it for processing.

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว +1

      Correct. If they are pushed to a queue they become event sourcing/ event based architectures

    • @ayasswain
      @ayasswain 4 ปีที่แล้ว

      @@TechPrimers thanks for replying. My followup question on both the Choreography and Orchestration will be - What happens if the payment fails due to insufficient balance in user's payment method or due to network issue? In my opinion an order should be created only after payment is completed successfully.

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว

      Ayaskant Swain yes. In this case the order need to cancelled so addition message/request will be sent to the necessary microservices to update the state to cancelled

    • @sarojsahoo8763
      @sarojsahoo8763 4 ปีที่แล้ว

      @@ayasswain Initially Order State will be in PENDING state after all the microservices has been executed successfully I mean in this example after delivery service completes Order state is going to be changed to Placed/Processed

  • @bimalkumar712
    @bimalkumar712 4 ปีที่แล้ว +3

    Getting this type of questions regularly in interview... thanks for explaining.. please give some coding ideas on this...

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว +1

      sure bimal.

    • @sarojsahoo8763
      @sarojsahoo8763 4 ปีที่แล้ว

      @@TechPrimers Ajay please do a coding session on the same

  • @VijendraSingh-ye5nl
    @VijendraSingh-ye5nl 3 ปีที่แล้ว +1

    Thanks

  • @abeetha87
    @abeetha87 2 ปีที่แล้ว

    Thanks Ajay for the nice tutorial. I got one question. When you use asynchronous communication between microservices through messages, client or the web frontend won't get response immediately. What is the pattern or technology should be used in that scenario? Is using web sockets a good practise in such scenario?

    • @aniljuneja175
      @aniljuneja175 2 ปีที่แล้ว

      No Web socket Connections are not suitable here as you don't need client server communication open every time. once client place an order. client will make long http request or delay calls (like in every 2 second to find out the status) to servers and server can respond back with the current status of the transaction. once client find out the terminal state like transaction success or failure, it will not make http request again. It could be one of the solutions.

  • @sctm81
    @sctm81 4 ปีที่แล้ว

    How about the rollback service if the payment fails or if there is a problem with delivery?

  • @juchi7516
    @juchi7516 4 ปีที่แล้ว +1

    Use Camuda workflow engine for build sagas. Spring has starter for Camuda.

  • @murali1790able
    @murali1790able ปีที่แล้ว

    good explanaion about those patterns but motivation is missing. Also in orchestration pattern, does Orchestrater makes sync api call to each service and gets the response or it sends an event and receives an event as a response?

  • @danielquirospicado431
    @danielquirospicado431 ปีที่แล้ว

    Why in the Orchestration option the initial request is not sent to the orchestration service instead of the order service?

  • @tezvids
    @tezvids 3 ปีที่แล้ว

    Simply put. Thanks.
    In Choreography pattern, What would happen if Payment service succeeds but Restaurant service refuses for some reason?
    I assume Payment service will have to listen for the failed event and start Payment reversal process - Compensating Transaction. Any other better way?

  • @ariantadas7314
    @ariantadas7314 3 ปีที่แล้ว

    Hi Sir one question. How to handle transaction in case of cassandra database. and if we are following database per service pattern.
    Thanks in advance.

  • @sarojsahoo8763
    @sarojsahoo8763 4 ปีที่แล้ว

    Hi Ajay , there is a straight forward issue i could see with the above design .Suppose I have ordered 2 items from a Particular resturant and Payment has been completed for 2 items and when request reached to Resturant service it is able to process item1 and deny item2 because of some issue(lets say ingredient is not available) . How I am gonna make the payment reverse in this case.

  • @thewhitewolf2912
    @thewhitewolf2912 2 ปีที่แล้ว

    is there a good book to learn all consistency concepts in micro services..?

  • @anilkumarbandari433
    @anilkumarbandari433 2 ปีที่แล้ว

    You could have added the context of transaction where we mainly use the SAGA pattern. But I always like your videos

  • @sreddy8141
    @sreddy8141 2 ปีที่แล้ว +1

    It would be really helpful even more if you cover the failure scenarios and roll backs how its gonna handle. Services should build on keeping failure scenarios in mind. Happy flow anyways doesn't challenge the distributed transaction management

    • @TechPrimers
      @TechPrimers  2 ปีที่แล้ว

      There is a Part 2 video with failure handling, take look at that. I uploaded it few days ago

    • @TechPrimers
      @TechPrimers  2 ปีที่แล้ว

      Here is the link for Part 2 th-cam.com/video/a8RM2xCM9RY/w-d-xo.html

  • @samarthnarula13
    @samarthnarula13 4 ปีที่แล้ว

    Sir can you create a vedio on Microservice architecture pattern CQRS implemented using spring boot

  • @KrishnaList
    @KrishnaList 4 ปีที่แล้ว

    You are saying common queue it means each MS are reading message from queue then in this case order created event could be read any of the services

  • @danielpravin
    @danielpravin ปีที่แล้ว

    one quick observation, you are using message and event interchangeably, this can be misleading as messages and event are different, otherwise i feel this is a very good presentation, keep up the good work.

  • @selenajosephine8931
    @selenajosephine8931 4 ปีที่แล้ว +1

    In case one of the services fail, how does the orchestration service maintain transaction integrity?

    • @JamesSmith-cm7sg
      @JamesSmith-cm7sg 4 ปีที่แล้ว +1

      The same as Choreography approach, expect the orchestrator is calling the service. Every step in the first phase of a saga has a rollback (they call it "compensating") action, so it's on the orchestrator to call services in the pervious steps to initiate a rollback action. For example in his diagram, if payment failed the orchestrator calls the order service notifying of a payment failure and the order service action would be to updates the order status to "payment failed"

  • @GauravSharma-wb9se
    @GauravSharma-wb9se 4 ปีที่แล้ว

    how will handle the exception in both patterns ?.... specially in event based pattern,

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว

      What kind of exceptions

  • @satyanarayanajammala5129
    @satyanarayanajammala5129 4 ปีที่แล้ว

    Can we have code implementation for this

  • @luffyonepiece4526
    @luffyonepiece4526 4 ปีที่แล้ว +2

    Pls do the video on saga implementation

  • @sopanhalse
    @sopanhalse ปีที่แล้ว

    After payment service updated the db what if order service failied , how it will rollback the payment service changes ?

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

    what happen when central service goes down?
    In case of event base, what will happen when queue goes down, then how will they interact?

  • @shaileshsingh5664
    @shaileshsingh5664 4 ปีที่แล้ว +4

    nice video orchestration is little messy and orchestrator might eat all the resource.instead of this use a flag based approach in database and constantly check if changes are committed to database by quartz it will remove orchestrator and make it lightweight.

    • @swapnilkhole
      @swapnilkhole 3 ปีที่แล้ว

      but that means we are going with shared db pattern. What if I have 12 microservices with 1000 transactions a second. Can't put load on DB so much to understand what everyone has to do next.

  • @amitkumar7566
    @amitkumar7566 3 ปีที่แล้ว +2

    Could you please help how can we maintain “transaction” where multiple microservices are communicating to each other?
    What if one of them fails during the transaction? How to roll back the persisted data or transaction in other microservices?
    Could you please make a CODING tutorial on Saga (Orchestration/Choreography pattern)? It will be of great help.
    I search a lot for such kind of online tutorials but it’s not available anywhere over internet.

    • @krishnendughosh2368
      @krishnendughosh2368 2 ปีที่แล้ว

      Hi, have you found any coding tutorial on saga? If yes, can you please give me the video or website link?

    • @aniljuneja175
      @aniljuneja175 2 ปีที่แล้ว

      if you have a transaction failed you emit out the event in asynchronous queue and other micro services will get this event and can rollback in its own database.

  • @srikanthe6430
    @srikanthe6430 4 ปีที่แล้ว

    Suppose if I want to cancel order then how I do in case of orchestration

  • @raveendrareddy8900
    @raveendrareddy8900 4 ปีที่แล้ว +2

    Thank's for the video bro, if possible please make video on webflux with aop logging, time calculation. Ur doing unique videos, this one also going to be unique. Thanks in advance bro

  • @bajrangigupta5712
    @bajrangigupta5712 3 ปีที่แล้ว

    Please share link of saga implementation

  • @amitkumar7566
    @amitkumar7566 3 ปีที่แล้ว

    Can you please make a video on this with coding example and live working of it through code.. I am unable to find any coding video on internet

  • @techtalks561
    @techtalks561 3 ปีที่แล้ว

    I have one query regarding choreography approach.
    If any event published then all linked micro services will be triggered but only micro service will execute logic which matches the event action. is that correct ?

    • @TechPrimers
      @TechPrimers  3 ปีที่แล้ว

      Not necessarily. It's upto us, how it can be implemented. If we use rabbitmq, we can do filtering at the rabbitmq level. If we use kafka, we will have to filter unnecessary messages at app level. We can chose either approach

    • @narayankushwah5
      @narayankushwah5 3 ปีที่แล้ว

      @@TechPrimers Thanks

  • @himanshutomar3512
    @himanshutomar3512 4 ปีที่แล้ว

    A question about orchestrated pattern:
    In this pattern does orchestrator service call payment and delivery service synchronously or via a event?

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว

      You can do either. When you do with event it evolves to event sourcing

    • @himanshutomar3512
      @himanshutomar3512 4 ปีที่แล้ว

      @@TechPrimers Bit confused here, Event sourcing is used if I have to create my current state from sequence of events and my events will be persisted in event store say Kafka.
      How that will be used for distributed transaction pattern like orchestrated saga

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว

      Your reply all already has the answer.
      Irrespective of which implementation (SAGA) you use, event sourcing is going to help recover your state. So why not SAga

    • @himanshutomar3512
      @himanshutomar3512 4 ปีที่แล้ว

      @@TechPrimers hmmm...make sense Thanks for the help🙏
      One more thing if you could create a video with Orchestrated Saga that would really help us. Thanks in advance 😊

  • @Ghungroo-Beats
    @Ghungroo-Beats 2 ปีที่แล้ว

    Which pattern is better? What are the pros and cons?

    • @codewithkashif
      @codewithkashif 2 ปีที่แล้ว

      Hey I have implemented Saga Orchestrator approach as I find it bit better for following reasons:
      * It maintains SAGA logs at one place by default which is very helpful for debugging and tracing purpose
      * Unlike Choreography, Not much documentation required and any new developer can get complete understanding by looking at saga orchestrator, as all the api calls/push are happening from there only.
      * We can also make use of both (http calls and Event Bus) for calling different micro services from coordinator/orchestrator

  • @sumitbabel5415
    @sumitbabel5415 3 ปีที่แล้ว

    I think it’s wrong , SEC is associated to choreograph and not orchestrate .. I think you explanation is correct for choreography and not orchestrating, because in orchestration each service is responsible for its own compensation, please correct me if I am wrong as other blogs says different

  • @hariduddukunta2264
    @hariduddukunta2264 4 ปีที่แล้ว

    Could you please help with coding part I am regularly watching your videos helping a lot

  • @blameItleaveit
    @blameItleaveit 2 ปีที่แล้ว

    What about the transaction rollback or anything bad happened duration the call ?

    • @TechPrimers
      @TechPrimers  2 ปีที่แล้ว

      Check the part 2 for the compensating transaction

  • @iDeveloper92
    @iDeveloper92 ปีที่แล้ว

    How do you handle failure w/ the saga pattern?

    • @TechPrimers
      @TechPrimers  ปีที่แล้ว

      There is a Part 2 video on compensating transactions. You can take a look at that

  • @123456789sahu
    @123456789sahu 2 ปีที่แล้ว

    If any exception occurs during the transaction say in restuarant service then how Order service will be reverting all the transactions including payments?

    • @TechPrimers
      @TechPrimers  2 ปีที่แล้ว

      Cheek the part 2 of this video, i have explained it there

  • @sarojsahoo8763
    @sarojsahoo8763 4 ปีที่แล้ว

    But not every time we have to complete payment before placing the order . There is a facility in Uber Eats where we can pay by cash also.

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว

      yes. thats a new feature request :)

  • @akshaypatra7676
    @akshaypatra7676 ปีที่แล้ว

    Is it possible to have event based orchestration?

  • @sahilGupta217
    @sahilGupta217 4 ปีที่แล้ว

    Are these patterns used to maintain concurrency among the microservices??

    • @kousiks2395
      @kousiks2395 4 ปีที่แล้ว +1

      its used in microservices devlopment in transactions

    • @sahilGupta217
      @sahilGupta217 4 ปีที่แล้ว

      @@kousiks2395 for concurrency between different instances of same microservice?

    • @TechPrimers
      @TechPrimers  4 ปีที่แล้ว +1

      nope. different microservice

    • @sahilGupta217
      @sahilGupta217 4 ปีที่แล้ว

      Ok, so how to maintain concurrency between different instances of same microservice.