У нас вы можете посмотреть бесплатно Fun with Flink Stateful Functions by Avinash Upadhyaya at Bengaluru Streams или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Recording of the session from the March 2025 Bengaluru Streams Meetup. Speaker: Avinash Upadhyaya, Platformatory About the talk: Modern architectures often use microservices to separate business logic. This makes it easier for developers to deploy, scale, and manage services independently. Event-driven architecture has become the go-to choice for backend development. It helps create scalable and reliable applications that are simpler to build and maintain. However, the downside is that it can make the developer experience quite challenging, especially with stateful execution. Apache Flink’s Stateful Functions make it easier to build reliable, event-driven applications by giving you tools to manage state and ensure your workflows run smoothly. Stateful Functions was designed to apply the ideas of stream processing to event-driven applications. In this setup, Flink takes the role of an “event-driven database” that handles dynamic and arbitrary messaging between functions and state consistency in a fault tolerant way, while the functions that build up the application logic exist as separate stateless (micro-)services invoked by Flink.