Creating Future-Proof Spring Applications with Event Sourcing by Steve Pember @ Spring I/O 2024

  Рет қаралды 11,409

Spring I/O

Spring I/O

Күн бұрын

Пікірлер: 29
@JogoShugh
@JogoShugh 4 күн бұрын
Loved the talk. It is as good overall and even better than many of Greg Young's talks on this. I particularly appreciate the code samples in Kotlin and the considerable time spent on common questions and answers.
@avwie132
@avwie132 4 ай бұрын
Man you’re voice is amazing. You should be a voice actor or have a podcast at least
@Mrhennayo
@Mrhennayo 5 ай бұрын
That's clean enough As long as there's an history requirement, then I guess that's the best pattern Also the immutability contraint makes it resistant against bugs
@carlosabreu5012
@carlosabreu5012 5 ай бұрын
so good. With this you dont need a recurrent select or this refresh button to see changes in the client side. you can subscribe to the eventsource with js, and dissubscribe when you change the page. spring can manage it if your clients cant close the subscription. but thats one idea! think about it... like reactivity to a crud, you can bring this to any other business logic.
@TechTalksWeekly
@TechTalksWeekly 5 ай бұрын
Steve's talk has been featured in the last issue of Tech Talks Weekly newsletter 🎉 Congrats! 👏
@felixnjunge78
@felixnjunge78 Ай бұрын
Steve this is simply amazing. Thank you!
@avwie132
@avwie132 4 ай бұрын
Event sourcing is such a beautiful theoretical architecture, however in practice there are a lot of drawbacks: - GDPR requirements on data storage - event versioning is a pain - navigating a code base with multiple event handlers can be very difficult - the mental overhead is harder than you think, making it difficult to onboard or have juniors in your team
@ZdobywcaTitanQuestIT
@ZdobywcaTitanQuestIT Ай бұрын
+ Undoing is overrated as well, with so many side effects realistically happening in larger apps. + Bug fixing can become twice as hard compared to regular orm based stuff
@jesprotech
@jesprotech 5 ай бұрын
Great presentation and great example! Loved the presentation! Great job! 👍
@Harve6988
@Harve6988 Ай бұрын
What does it mean "doesn't own the data"? Does event sourcing not work for say IoT or when you are collecting data from devices like logs as you don't control the data domain? Or is it more when it is a 3rd party api?
@MrJohnBBQ
@MrJohnBBQ Ай бұрын
Super cool. Just curious about the demo, why the switch from kotlin to java at some point? Was there some dependency that didn’t interop nicely for some reason?
@tobyzieglerrr
@tobyzieglerrr 5 ай бұрын
great topic and good presentation, thanks
@kligris
@kligris 5 ай бұрын
Awesome!!
@ilkou
@ilkou 5 ай бұрын
**new architecture added to resume**
@avalagum7957
@avalagum7957 5 ай бұрын
What problem does the event sourcing try to solve?
@yootoobnoob123
@yootoobnoob123 5 ай бұрын
It tries to solve the problem that software applications change over time. Luckily that describes most software with more than zero users 😅
@avalagum7957
@avalagum7957 5 ай бұрын
@@yootoobnoob123 > that software applications change over time that covers more than 99.99999% of the existing software applications. So, this solution is "one size fits all"? If yes, wow 🙂
@jesprotech
@jesprotech 5 ай бұрын
Event sourcing allows for applications to be more reactive and thus be able to deal with more simultaneous requests. Event sourcing allows for sourcing of events, which means creating non-blocking processing for each unit of work. Each data is stored and processed later. That way more resources are released more quickly.
@avalagum7957
@avalagum7957 5 ай бұрын
@@jesprotech Does virtual thread solve the same problem?
@Mig440
@Mig440 5 ай бұрын
​@@avalagum7957 no they do not. Virtual threads only live within the jvm while event sourcing is an architectural pattern for the entire tech stack including datastores.
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2,1 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3,5 МЛН
Event Sourcing • Martin Fowler • YOW! 2016
28:06
GOTO Conferences
Рет қаралды 26 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 96 М.
What is OpenTelemetry?
12:55
Highlight
Рет қаралды 13 М.
Building Production RAG Over Complex Documents
1:22:18
Databricks
Рет қаралды 11 М.
Event Sourcing • Greg Young • GOTO 2014
54:25
GOTO Conferences
Рет қаралды 94 М.