Grow with the Flow: How Kotlin Flow Became a Game Changer for our Business | Urs Peter

preview_player
Показать описание

Kotlin’s Flow is a powerful abstraction with unprecedented potential that revolutionized data exchange of my client in the telecom industry.

This talk will explore this success story with Kotlin Flow as the main actor that powered a groundbreaking streaming application using server-sent events. This application had a disruptive impact both in B2B interactions and internally.

Starting with a crisp and understandable exploration of Kotlin Flow and its brothers StateFlow and SharedFlow, we will live-code the essentials of the game-changing solution step by step. Along the way, we will show off all the crucial capabilities of the Flow family on stage, revealing how all aspects enable you to build a cutting-edge, mission-critical streaming application.

Finally, discover how Flow not only facilitated the development of a game-changing streaming API but also became the cornerstone of our Event-Driven Architecture. This shift allowed us to bypass traditional messaging solutions like Kafka entirely, simplifying our infrastructure and significantly reducing operational overhead.

After this session, you will have tasted the transformative power of Kotlin's Flow and how to leverage it to your benefit so that you, too, can 'Grow with the Flow'!
Рекомендации по теме
Комментарии
Автор

one of the best presentation out there about real world scenario of Flow. Brilliant

tonnoz
Автор

32:57 "this is actually where the hot flow, which we haven't talked about yet, could
play a crucial and COOL role" - I see what you did there Urs

gabrielfreitas
Автор

Really cool concept and a very clean presentation. Thank you!

TemLetom
Автор

Really awesome talk and great showcase for combining different technologies. Trying this out was a lot of fun 😊

moosi__
Автор

hey is there a repository with the code from this demo?

WilliamArslett
Автор

Nice talk. But the ChatGPT image gens in every talk with spelling errors are starting to grate on me 😅

avwie
Автор

8:00 to 9:30 roter Faden um Events zu erklären.
7:20 routing

marcm
Автор

Tried to return a flow from an api using spring as in the video, but just didn't work... Also I was able to do it with ktor but not so straightforward

KevinMeneses