Тёмный

Creating event-driven microservices: the why, how and what by Andrew Schofield 

Devoxx
Подписаться 158 тыс.
Просмотров 142 тыс.
50% 1

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 59   
@assembledstardust
@assembledstardust 4 года назад
Definitely one of the better high level overview presentations I've seen on these subject matters. Conceptually I was already familiar with the architecture and I have even put some into practice by rolling our own custom Event Store based on the Event Sourcing architectural pattern (though I admit, probably very poorly) but the speaker has done a great job of combining all of the knowledge and approaches that are our there. Best 40 minutes I've spend on deepening my knowledge and understanding in this area. Thanks for the upload.
@FirojKhan-id4yx
@FirojKhan-id4yx 3 года назад
Th tty m .
@Gkay_Jr
@Gkay_Jr 6 месяцев назад
yeah yeah 😁😍
@rajivbhatia1197
@rajivbhatia1197 Год назад
Most definitely one of the most complete walkthrough of SAGA implementation using event sourcing (and orchestration). Excellent job on combining approaches, patterns, and examples out there.
@johannisdihayco7978
@johannisdihayco7978 Год назад
Fantastic talk. A very clear discussion of event-driven micro services.
@Pro_PlayerVedanth
@Pro_PlayerVedanth 2 года назад
What an holistic explanation of the Architecture taking a practical problem situation ! Kudos.!
@srikuhere
@srikuhere 2 года назад
brilliant talk , how all the concepts around micro services and event driven arch came together was like an art masterpiece . thank you for posting this talk . Appreciate it .
@vivekjacob2320
@vivekjacob2320 Год назад
One of the better videos which gives a rationale for event driven architecture
@krumbergify
@krumbergify 3 года назад
A common argument for microservices is that it leads to decoupling between parts and less ”spagetti”. However I fear that overusing publish/subscribe yields the same kind of spagetti, just over a network instead of between functions and classes.
@monikakovacs6005
@monikakovacs6005 3 года назад
Whatever the presentation is, it's not decoupled microservices.
@osamaa.h.altameemi5592
@osamaa.h.altameemi5592 3 года назад
That was really slick. Thx a ton. I am shocked by the existing gap between what the industry has and what most of people in Academia are trying to re-invent. IoT Researchers should have the topics in this talk as their starting point and improve up-on. Not re-invent the same wheel 1000 times.
@javier.alvarez764
@javier.alvarez764 3 года назад
what are they reinventing exactly?
@frustin
@frustin 3 года назад
This is a really good explanation of event driven microservices/architecture
@lifeisbeautiful2048
@lifeisbeautiful2048 3 года назад
Good one, indeed. Inclusion of real production problem solution using patterns like Not only DB, Sagas, Event sourcing helps to understand real-life problem along with the solution.
@srvmojo9190
@srvmojo9190 4 года назад
this was a great presentation !! i wonder how the audience never had any question !!
@prab6958
@prab6958 4 года назад
This guy has a monotonic delivery style....they probably went to sleep
@Jam-ht2ky
@Jam-ht2ky Год назад
beautifully done presentation and excellently presented great job
@stepseiventures2528
@stepseiventures2528 4 года назад
This was awesome and with the British accent, making it exciting. Nice presentation on EDA and microservices
@Bunfire123
@Bunfire123 4 года назад
With the british accent 😂
@rimasg11
@rimasg11 4 года назад
28:00 Well explained _Saga_ pattern
@opelfahrer91
@opelfahrer91 Год назад
Great talk, thanks for sharing
@BrendanPramjee
@BrendanPramjee Год назад
This was so well done !!!!!!
@shivchatur6703
@shivchatur6703 4 года назад
nice one seen this just today. will discuss with my team, if this approach can be used in my current project. thanks Andrew.
@crankerson
@crankerson 2 года назад
Excellent presentation. Thank you
@amitbaijal421
@amitbaijal421 Год назад
Great Presentation
@udarawijeratna007
@udarawijeratna007 3 года назад
Thanks Team ! this is great video.
@RodyDavis
@RodyDavis 3 года назад
This was incredible, I know understand pub/sub
@vvijayar
@vvijayar 4 года назад
great presentation , Thank You!
@kevinkkirimii
@kevinkkirimii 3 года назад
Is there any event driven video without kafka ?
@nasserabbassi7303
@nasserabbassi7303 4 года назад
just by the way the mentioned link by Andrew on IBM website is not available
@kleberpovoacao
@kleberpovoacao Год назад
At CQRS slide (36:24 minute) why not use some replication feature from database instead of event backbone ? Not clear for me the benefit using event backbone on this case.
@willl0014
@willl0014 Год назад
I think micro services is really hard to get right, but if you do the benefits are substantial
@nicole-annmenezes5565
@nicole-annmenezes5565 3 года назад
Thanks! It was is very helpful
@directorans
@directorans 3 года назад
Really good talk!
@nasamind
@nasamind Год назад
Awesome
@hhamedi68
@hhamedi68 2 года назад
It was great thank you
@1testrad
@1testrad 3 года назад
thanks ...
@zahirjacobs716
@zahirjacobs716 4 года назад
Great presentation!
@digisecureagent7679
@digisecureagent7679 3 года назад
do we need to have event sourcing. + saga at the same time to achieve consistency or event sourcing alone is enough?
@sorteslyngel2k
@sorteslyngel2k Год назад
They do not solve the same problem. Event sourcing can give eventually consistency with auditable events while the saga pattern tries to solve the issue of having distributed transactions.
@chessmaster856
@chessmaster856 Год назад
Show some code. Everything looks good at high level. Someone will do something and everything is good like drawing a car on paper and say that everything runs with no problem. That is not enough
@staatsfernsehen4445
@staatsfernsehen4445 Год назад
Good presentation but the arguments against Microservices sharing a database don't hold: database != schema
@f135ta
@f135ta Год назад
"Kind of" ?
@mandarin8513
@mandarin8513 3 года назад
There's alot I don't agree with. Purely from a user experience point of view. Why would you pay for something then get a push notification that it was successful? You are sacrificing HCI concepts for? Request response matches how humans interface with software. You click on something then it tells you what happened.
@joek4563
@joek4563 3 года назад
Doesn't have to be a push notification for it to be asynchronous. You could have the same event driven architecture he describes but the user gets the update by polling from the front-end like most reactive web apps. The example he gave doesn't have to change user experience. You typically get quick response times when you interact with sites like youtube and instagram yet they are using this event driven architecture in the backend..
@mandarin8513
@mandarin8513 3 года назад
@@joek4563 Don't get me wrong. I am not talking about all of EDA. I use EDA in our systems at work but when it comes to HCI we fake responses and use a concept of eventual consistency. We work with a philosophy that is to tell the user immediately if something "should" succeed. The user can go about their business while the EDA is still processing the payment or what not. Only in extreme cases such as system failures will there be a chance of the event not being processed. I am talking specifically about his example, I don't agree with using push notifications to tell the user if something is complete. Push notifications are reserved for notifying the user about something that was not initiated but the current user but rather some external source.
@TrulyLordOfNothing
@TrulyLordOfNothing 2 года назад
@@mandarin8513 I am intrigued, Mitch. We use Push Notif. for notifying the user about a call or that a doctor is available. In what context do you think PN are not good, why? and if you wouldn't use it in this case, what would you rather use to let the user know his payment is successful?
@mandarin8513
@mandarin8513 2 года назад
@@TrulyLordOfNothing I'm not saying that PNs are not good. They are just not good in this context. For example you said to know when doctors are available or when you receive a phone call. Both of those events are initiated by an external source and not by you. This is a perfect case for PN. When you initiate the event such as paying for something, then why should a user wait for a PN just because you are using event based architecture. It means you sacrifice UX for the sake of simple backend architecture when there are more complex solutions such as eventual consistency and saga patterns. You can tell the user immediate the payment is successful on the response of the users request.
@pm71241
@pm71241 3 года назад
Hmm... a lot of hand waving wrt. the consistency.
@stefanogrillo6040
@stefanogrillo6040 2 года назад
And this is stewie griffin from the future😄
@cinderellarouge
@cinderellarouge 10 месяцев назад
FOf understanding that I got 4 years
@monikakovacs6005
@monikakovacs6005 3 года назад
This is some "straight jacket over Kafka" presentation. I think there is a lot of confusion in it over terms, the definitions are not specific enough, there is a bit of hand waving. I'm not sure the presenter knows what write algorithms look like and what happens in the event of failure. The pros and cons are not explained. Pipes should be dumb and services smart. Where is DDD?
@PranaySoniKumar
@PranaySoniKumar Год назад
6:00
@panprasanta
@panprasanta Год назад
Making things much more complicated without a clear benifits। "This new way of doing things" will make developers life horrible!
@mohammedalzamil7191
@mohammedalzamil7191 3 года назад
epic
@angstrom1058
@angstrom1058 8 месяцев назад
NO. Don't do it this way :o OMG
@nishikanttayade7446
@nishikanttayade7446 3 года назад
Great presentation! Thanks
Далее
A Beginner's Guide to Event-Driven Architecture
37:28
The Problem With Microservices
17:47
Просмотров 434 тыс.
Event Driven Architecture on AWS - Course for Beginners
1:32:41
Principles Of Microservices by Sam Newman
56:13
Просмотров 319 тыс.
Microservices with Databases can be challenging...
20:52
Event Driven Architecture EXPLAINED in 15 Minutes
14:55