What is a Saga in Microservices?

Поділитися
Вставка
  • Опубліковано 6 лют 2025
  • Sagas are a prominent pattern for implementing long-running processes. But what exactly is a saga? And what constitutes a long-running process?
    In this webinar, Temporal's Principal Engineer Dominik Tornow dives into the mechanics of sagas and explores how they can be used to manage long-running processes.
    --
    Temporal is the simple, scalable, open source way to write and run reliable cloud applications.
    Learn more
    Blog: temporal.io/blog
    How Temporal Works: temporal.io/ho...
    Community Slack: temporal.io/slack
    Developer resources
    Docs: docs.temporal.io/
    SDKs: docs.temporal....
    Support forum: community.temp...

КОМЕНТАРІ • 6

  • @alessiotucci0
    @alessiotucci0 10 місяців тому

    One of the best explanation of Saga, with code agnostic example. Thanks for sharing

  • @thomas.moerman
    @thomas.moerman Рік тому +4

    Thanks for putting these videos out, Dominik 🙏 Very insightful.

    • @dominiktornow1052
      @dominiktornow1052 Рік тому +2

      Thank you, I am happy the video was worth your time 🎉

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

    It’s research papers all the way down 🐢 jokes aside this phenomenal context, thank you kind sir 🤝

  • @tungvuthanh5537
    @tungvuthanh5537 8 місяців тому

    Thank you a lot for a phenomenal video 😇

  • @Meexe-p1z
    @Meexe-p1z Рік тому +5

    "long running process" should be "long running transaction", it's more clear imo