What is a Saga in Microservices?

Поділитися
Вставка
  • Опубліковано 22 бер 2023
  • 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/how-temporal-works
    Community Slack: temporal.io/slack
    Developer resources
    Docs: docs.temporal.io/
    SDKs: docs.temporal.io/application-...
    Support forum: community.temporal.io/
  • Наука та технологія

КОМЕНТАРІ • 6

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

    Thank you a lot for a phenomenal video 😇

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

    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 5 місяців тому +1

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

  • @user-lv1of3nu1y
    @user-lv1of3nu1y Рік тому +4

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