У нас вы можете посмотреть бесплатно The simplest way to build resilient applications by Giselle van Dongen @ Spring I/O 2025 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Spring I/O 2025 - 21-23 May, Barcelona Slides: https://2025.springio.net/slides/the-... Repo: https://github.com/gvdongen/restate-c... Wouldn’t it be great if you could stop worrying about all possible failure scenarios and race conditions in your applications such as charging customers twice, users withdrawing more cash than they have, and selling a single ticket multiple times? In the recent years, a new kid has appeared on the block of microservice orchestration: Durable Execution Engines. These engines persist the progress of code execution across services and time. They use this information to drive retries and recovery, and to ensure that code always runs till completion. Services that have Durable Execution enabled, can recover themselves to the exact point they were before a failure. Having this durability layer, speeds up the development of resilient applications. In this talk, we will discuss how you can use Restate’s Durable Execution Engine to harden your applications in a few key areas: workflows, asynchronous tasks, microservice orchestration, and event processing. We will demonstrate each concept with live code examples, using Java, Spring and Restate as the Durable Execution Engine.