Тёмный

Developing microservices with aggregates - Chris Richardson 

SpringDeveloper
Подписаться 203 тыс.
Просмотров 277 тыс.
50% 1

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

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 146   
@losrobbosful
@losrobbosful 2 года назад
Those people who complain about "not fast enough talk" are exactly the problem of our time. People rushing through concepts, just understanding it partially and applying it right away, again rushed, without much thinking. That perfectly explains why more than 90% of Microservice architectures are such a gigantic mess and also most of the talks about it. Thanks to Chris we - the "slow thinkers" - still have a chance to turn things around for the better, cleaning up all the BS the "rushing people" left behind
@tommygentile5618
@tommygentile5618 Год назад
I'm not a rush individual.. but my company made me become one
@alex_chugaev
@alex_chugaev 6 лет назад
I am not native speaker. For me speed is perfect, I understood each word. Thank you. Great material!
@defenseman84
@defenseman84 4 года назад
I thought this was great and not sure how people are watching this at a higher speed... I needed to pause this periodically and take in its glory. This was finally proved the event sourcing model for me.
@colloredbrothers
@colloredbrothers 5 лет назад
Speed is perfect imo, he talks about many complex concepts and to absorb all of that it helps to have the words flow more slowly.
@KevinGenus
@KevinGenus 4 года назад
So glad I found this talk. I watched at 1x speed. Hearing someone speak at their pace allows you to hear words being emphasized in ways you will never heard at faster speeds. This was an awesome talk.
@Minefortress21
@Minefortress21 3 года назад
I have been on 2x soo much that 1x sounds slo-mo to me now
@losrobbosful
@losrobbosful 2 года назад
I love Chris. Thanks to guys like him there is still hope that simplicity and clean thinking prevails over all that overcomplication and endless confusion of other microservice talks.
@anniyananniyan1068
@anniyananniyan1068 7 лет назад
in the name of technology everyone is creating their own version of truth and market it the best. each day a new cook with new cutlery
@abkyabacha
@abkyabacha 7 лет назад
This guy is founder of Cloud Foundry and API Gateway architecture
@anniyananniyan1068
@anniyananniyan1068 7 лет назад
so the sales pitch eh ?
@henguemelkis1464
@henguemelkis1464 2 года назад
Set playback speed to 1.25 and enjoy! Complex concepts explained with simple examples, great talk
@Funkbassfushion
@Funkbassfushion 2 года назад
Best presentation I've seen so far on microservices and eventsourcing.
@fadidib8516
@fadidib8516 2 года назад
i agree
@RamiSalner
@RamiSalner 7 лет назад
Watching at x2 speed is recommended for this great video
@Papa91echo
@Papa91echo 3 года назад
And then try watch it in normal speed.
@chefgabe
@chefgabe 3 года назад
Lk
@lucilvioalves
@lucilvioalves 4 года назад
Perfect example of how you can add accidental complexity in your software solution. For those who are looking for DDD and how it can helps you to split your solution in services, you're in the wrong place.
@mohyeid1857
@mohyeid1857 2 года назад
Totally agree. Full of waste time trying to solve fundamental issues of micro services by introducing bunch of other new sever issues.
@einfacherkerl3279
@einfacherkerl3279 Год назад
@@mohyeid1857 how would you solve the transaction issues in micro service ? could you point to some resources ?
@vanivari359
@vanivari359 4 года назад
19:16 ... now allow the customer to search for an order which contained "headphones" and the microservice journey begins...
@PavelIvanovskii
@PavelIvanovskii 4 года назад
best comment ever for this vid...
@Greenthum6
@Greenthum6 3 года назад
There rarely is a need to search for your orders by a keyword. And if that is needed for business add a read model for customer orders with text query support.
@_panand_
@_panand_ 2 года назад
Another service serving this just this view could save a lot of architecture change trouble.
@SatyaTX
@SatyaTX 7 лет назад
Completely different architecture style seems very useful but It would have been more beneficial if video also involves a live project. The concept explanation was very good, it just will take some time to accustom with all concepts explained.
@PrashantThakre
@PrashantThakre 5 лет назад
First of all this not a different architecture, its old architecture and discussed before many times. For more, you can refer to the SAGA.
@googlr214
@googlr214 7 лет назад
I started a small open source project which became CloudFoundry - CR
@trozzonick77
@trozzonick77 7 месяцев назад
Great talk , stil very actual , thanks.
@cantwaittowatch
@cantwaittowatch 4 года назад
Excellent talk but I'm sure there is an easy way to do this. Complex way to wrap one's head!! :)
@milesajaygupta
@milesajaygupta 4 года назад
Very Nice description
@NilsElHimoud
@NilsElHimoud 6 лет назад
Great talk to refresh my theoretical DDD know how. I like the speed.
@educostadev
@educostadev 5 лет назад
Repository: github.com/cer/event-sourcing-examples
@HarshGundecha75
@HarshGundecha75 3 года назад
You, dear sir, are a god sent person 🙌
@kennethcarvalho3684
@kennethcarvalho3684 5 лет назад
Totally enjoyed this talk...lots of valuable information in a short duration...by the way is the Order service going to be in blocked state until it gets an event telling it that Customer credit limit is ok???
@JTGaut17
@JTGaut17 4 года назад
No it would send an async message to the message bus, get an OK response back and return control back to the user. Later a new message of credit approval or rejection would be oublished.on the message bus and picked up by the order service. It would the update the order information and inform the user in some way like an email.
@tush7986
@tush7986 6 лет назад
Excellent talk. This has clarified how DDD is important for designing and developing micro services.
@muralishclinton902
@muralishclinton902 Год назад
Watched in 1.25x. Best explanation on DDD that I've come across.
@kavithareddy586
@kavithareddy586 2 года назад
Very well explained, Thank you
@frankadu23
@frankadu23 5 лет назад
Great talk!
@chitthiaayeehai
@chitthiaayeehai 3 года назад
I just love this guys man.
@ChristianAltamiranoAyala
@ChristianAltamiranoAyala 4 года назад
My lecture of DDD Chris Evans' book worth
@emdadulsadik861
@emdadulsadik861 3 года назад
26:01 between two context boundaries (where no shared distributed DB is used) 2PC cannot be used.
@ajabbi-tv
@ajabbi-tv 4 года назад
Excellent talk
@maheshmb9171
@maheshmb9171 3 года назад
Awesome video, Realy it is helpful. I am expecting the multitenant based microservice architecture for distributed databases.
@juhairahamed5342
@juhairahamed5342 2 года назад
Good explanation
@gregorifernandesdelima9618
@gregorifernandesdelima9618 4 года назад
Great explanation, thank you!
@binualexander9746
@binualexander9746 3 года назад
I am confused at 42:18 , isnt in event sourcing there are only inserts and no updates
@MikaelUmaN
@MikaelUmaN 6 лет назад
Real talk starts at about 5 minutes in.
@LadislavJech
@LadislavJech 6 лет назад
brilliant
@igoralex007
@igoralex007 3 года назад
Where are those code samples, mentioned in presentation?
@updownftw
@updownftw 2 года назад
Axon framework is to make Event driven Microservices and Axon server is the Event store, am I correct ?
@kapilshekhar
@kapilshekhar 5 лет назад
Something about event sourcing being a solution for strong consistency for DB Write and Message publish doesnt seem right here. It is perfectly fine to be strongly consistent within one microservice or one DDD Aggregate.
@genericperson8238
@genericperson8238 3 года назад
He says so in his book too
@joelmamedov404
@joelmamedov404 4 года назад
It is confusing. Firstly, the terms aggregate is misused here. Actually, you are not aggregating anything. You just locally referencing to the same information that moved out to its own service. You can do that without local referencing as well. (like service call) Therefore, it is just an optimization technic in my view. Another way to implement it via the workflow process. In this case, you do not need any local referencing (AKA: "aggregate")
@8bittimes
@8bittimes 5 лет назад
Around minute 54, it is mentioned that events are published on kafka as well as the event store. How is consistency achieved between those two "distributed resources"?
@BryanChance
@BryanChance Год назад
It seems alternate solutions and design patterns just opens up a different can of worms LOL
@prateekashtikar8631
@prateekashtikar8631 3 года назад
Can we've some code to explain this concepts?
@3LektroN1ck
@3LektroN1ck 7 лет назад
watch at x1.25 speed or you'll be sleeping before the 5th minute
@catamarancn
@catamarancn 7 лет назад
x1 is good for non-English people:)
@jpphoton
@jpphoton 7 лет назад
but these concepts are the important ones to consider when building out.
@cerberuspandora
@cerberuspandora 7 лет назад
thats like the first thing i did when i opened the video..
@raulmeloferreira
@raulmeloferreira 6 лет назад
2x
@2mozz
@2mozz 6 лет назад
No joke.
@rameshgupta5864
@rameshgupta5864 4 года назад
Aggregates starts at 15:15
@TheDibyendusarkar
@TheDibyendusarkar 4 года назад
Whats the problem if we make some sort of call to customer service at 28:47. It will reserve the credit same way.
@Buffalo5
@Buffalo5 3 года назад
Temporal coupling. The availability of Order Service would depend on the availability of Customer Service.
@criosray
@criosray 6 лет назад
Good speech, but "transaction that needed to be atomic" is kind of tautology. Transaction is atomic by definition.
@jasper5016
@jasper5016 Год назад
This event storing to database looks unnecessarily complex.
@vamp9225
@vamp9225 6 лет назад
21:50 lmao this guy
@gulamahsan5902
@gulamahsan5902 4 года назад
Where is the code link?
@immmlate5164
@immmlate5164 5 лет назад
1.25 speed, finally normal speed
@amirhossein7984
@amirhossein7984 3 года назад
try 1.5
@ifireblade09
@ifireblade09 5 лет назад
He is right that aggregates are key, but my issue is he incorrectly sliced up the aggregates because his business logic is filtered across the entire system for say placing an order. This DDD anti-pattern is known as the distributed monolith.
@thatpaulschofield
@thatpaulschofield 3 года назад
He's actually placing the business logic behavior closest to the data the business logic depends on. This follows the OOP principle of cohesion, which is a widely-accepted practice in OOP: en.m.wikipedia.org/wiki/Cohesion_(computer_science)#:~:text=In%20object%2Doriented%20programming%2C%20if,while%20complexity%20is%20kept%20manageable.
@Greenthum6
@Greenthum6 3 года назад
It is about using microservices to enable scaling beyond a monolith. You can of course implement microservices with transactional databases and APIs. However, there are a lot of pitfalls that this event driven model avoids, but unfortunately adds some new ones.
@mishacalifornia5670
@mishacalifornia5670 7 лет назад
Is there a github for this project?
@marmalist
@marmalist 7 лет назад
Look on eventuate.io ! There are eventuate itself and all example projects including this one from video.
@octavr2008
@octavr2008 7 лет назад
The source code from the presentation, can be found here: github.com/cer/event-sourcing-examples
@bharathmuniganti2821
@bharathmuniganti2821 3 года назад
@@octavr2008 Tq
@TimBee100
@TimBee100 6 лет назад
So microservices call other microservices which are even micro-er?
@sakcee
@sakcee 5 лет назад
I now know to not implement event-source
@harishbayyavarapu
@harishbayyavarapu 7 лет назад
How'z authentication & Authorization implemented in this model ?
@jriggatx
@jriggatx 7 лет назад
I haven't found many talks/examples of DDD-based microservices, if you will, that detail auth. If anybody has any, I'd appreciate some references to them.
@JamesSmith-cm7sg
@JamesSmith-cm7sg 5 лет назад
If you mean api auth then the api gateway handles it either by itself or via service
@kisan-majdoorkalyansamiti7390
@kisan-majdoorkalyansamiti7390 5 лет назад
Security should externalized if you are architect then you should know this basic thing
@TampaCEO
@TampaCEO 6 лет назад
While I agree with the idea of "atomic data", I completely disagree with the suggestion that each service has it's "own database". Here's just a few reasons why: For starters, most companies have legacy databases filled with many years worth of data, stored procedures, etc. Secondly, SQL servers have perfected the concepts of transactions and referential integrity. Why give that up simply to achieve the concept of "autonomy"? Might I suggest a better / simpler solution? Why don't you utilize database SECURITY instead? You can limit each service to their own list of objects. Let's say you have 20 services. Simply create 20 users named after each service. Then, grant specific rights to each of those users. This gives you the benefits of autonomous data management while preserving referential integrity. It also allows you to continue to utilize stored procedures. In other words, the "Orders Process" can call a procedure that updates the customer's credit limit, but the "Orders Service" has no idea that there is a customers table. I find this to be far better than creating a bunch of databases - then replacing the decades long proven transaction capabilities and foreign key constraints of a SQL server with a proprietary blend of "pub / sub" code written by literally anyone. I'd much rather find a "security solution" to ensure "atomic access" to specific objects. It's far better than reinventing the wheel.
@JamesSmith-cm7sg
@JamesSmith-cm7sg 5 лет назад
This sounds good in theory, if its a very small company and everyone follows the idea it will work. However with most dev team thats not living in reality (at least in big companies). What happens is you won't find out about a schema change until things go down. Even if you make it clear the schema isn't to be touched, 6 months down the line people forget, new teams are given db access by someone who shouldnt give it, and list 100 other possibilities...
@xnoreq
@xnoreq 5 лет назад
@@JamesSmith-cm7sg That's why there's this thing called testing. You don't just roll out a schema change. You run (automated) tests for all your services including processes that span many services and if the schema change breaks something you'll see it. This whole "pure micro services" way of thinking is so ridiculous... What happens if some dev team breaks a micro service that is required for common use cases? Right...
@JamesSmith-cm7sg
@JamesSmith-cm7sg 5 лет назад
@@xnoreq If only...
@snowy0110
@snowy0110 5 лет назад
I would say you haven't tried to dive deeper than just complaining... Just saying, if you have such questions and attitude, you clearly seem like you didn't spend enough time on fundamentals about a different approach. Try with this talk first ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CZ3wIuvmHeM.html, rather than giving salty comments like "whole industry is wrong, just I clearly see how to do it the right way". Btw, stored procedures and the single database won't last long in a big company. That's a path to a failure that was proven by dozens of big companies. Small companies don't usually care much of it. You can do whatever you want without having big issues.
@meamzcs
@meamzcs 5 лет назад
@@xnoreq It's so ridiculous that it works great at amazon for example xD..
@habibm19
@habibm19 3 года назад
"is that a question? do you have a burning question?".....lawl...dude must of had his hand up for long time interrupting the presentation
@partyY2Hard
@partyY2Hard 2 года назад
lol such a funny guy
@sijifalore8252
@sijifalore8252 5 лет назад
Code Smell? Can simple concepts not be explained with convoluted cosmetic English that sound dead boring.
@kisan-majdoorkalyansamiti7390
@kisan-majdoorkalyansamiti7390 5 лет назад
Code/ Functionality first approach is best approach in Software industry and in manufacturing industry Model first as their manufacturing process is based on model ( finished or semi finished product). Aggregation is more towards Model first approach , in case you have already defined BC( bounded context ) then no sense of model granularity as It is already handled during identification of BC. By example in case you have develop is software for school you have to focus admission process exam process then accordingly you have to think required model . in most of case process is important . Siddharth Singh (www.linkedin.com/in/singhsiddh/)
@fatiamor3220
@fatiamor3220 5 лет назад
second half of the video is all about event sourcing: github.com/cer/event-sourcing-examples
@moman3r33
@moman3r33 Год назад
nope
@dungam9402
@dungam9402 7 месяцев назад
change speed to 1.25 thanks me later
@criosray
@criosray 6 лет назад
Optimistic locking have nothing to do with transaction. Also it's not a bad situation, it's a good situation. Normally order processing systems work in a first come-first served manner, so you HAVE to have optimistic locking, but again optimistic locking is only about timestamp comparison prior to updating the data in the db. It doesn't have anything to do with transactions.
@mohyeid1857
@mohyeid1857 2 года назад
Full of waste time trying to solve fundamental issues of micro services by introducing bunch of other new sever issues. You counted how many drawbacks you have and called them simple? Did you try to cover how to solve each or some at least? When you were going with aggregate description as a unit, and then moved to modularized aggregate and granularity level, you lost me again going from aggregate to entity again.
@PrashantThakre
@PrashantThakre 5 лет назад
Isn't it just SAGA ? Why people are creating their own version ? BTW two time I fell to sleep during this video.
@yahveyeye
@yahveyeye 5 лет назад
It's TCC
@jasper5016
@jasper5016 Год назад
Very useful video but his voice is so monotonous that puts me to sleep.
@pdn9609
@pdn9609 3 года назад
What a load of trash on so many levels. It is unfortunate that this atrocity has gotten traction on a lot of places.
@vimalk78
@vimalk78 6 лет назад
very boring talk
@CarloL525
@CarloL525 3 года назад
Great talk!
@kimadams-semanticrevolution
@kimadams-semanticrevolution 6 лет назад
Great overview, really enjoyed your presentation! Totally agree that listening is better at >=1.5x speed.
@kocesat
@kocesat 7 месяцев назад
Eventsource is like how our body works. Brain is an event store, every other cells are like seperate services that do not know each other and react to the signal(event) that brain sends. And if something happens in a cell, that cell sends a signal to the brain. Thats why our body is sourrounded by millions of neurons. One caveat though. If brain (event store) fails to function, the whole system stops functioning.
@oiraqih
@oiraqih 3 года назад
A generous talk from a generous person. Thank you! Yet, if I have to turn software and data design practices upsidedown, and if this were the only way, then I will say: thank you! I don't want microservices, at least for now. Once ideas become more mature and once these side effects are either avoided or at least addressed in a transparent way, we can talk. Are you serious!? Would you add all this complexity! Would you start doing journal maintenance as if you were writing the DBMS itself!? And after all, you'll still have to write here (DB) and there (message broker). The 2PC problem still persists, or maybe I missed it. So, again, a generous talk, but a counterproductive, unrealistic solution.
@LusidDreaming
@LusidDreaming 2 года назад
You're not writing to two places within the transaction. You're writing in one place (DB) with the transaction. Then you're sending the message to the broker (at least) once within a transaction. So the idea is that you can commit the message to the outbox so that the entire operation leading up to and including sending that message is atomic. Then you rely on your ability to only delete the message once it's sent (again using a transaction) to ensure at least once message delivery. So you will only modify your state if the resulting message/event was sent at least once. You cannot guarantee this if you try to send the message/event directly to the broker.
@conorq377
@conorq377 6 месяцев назад
crazy good presentation!
@thatpaulschofield
@thatpaulschofield 3 года назад
I haven't watched the whole video yet, but looking at the thumbnail, it appears that he's building a monilithic UI rather than a composite UI? Doesn't that just result in a distributed monolith?
@sandyss2392
@sandyss2392 4 года назад
Great explanation 👏🏼👏🏼
@Rene-tu3fc
@Rene-tu3fc 3 года назад
the customer workflow seems tightly coupled to the customer service, since it uses its code to apply events. Why wouldn't we decouple that workflow into a different processor that sends commands to the user service?
@8bittimes
@8bittimes 5 лет назад
Isn't there a race condition between checking the credit limit and applying a new event as it is shown (by first checking that applying the new reservation)? Would it not make more sense to add a reservation, only then check if the limit is exceeded and if so, revoke the reservation? (Edit: in the example code around minute 57)
@Bstbln
@Bstbln 4 года назад
No. Applying the reservation and checking happens in the same service, they can e.g. lock the customer row within one transaction, insert the reservation and commit.
@Bstbln
@Bstbln 4 года назад
Also there is probably no race condition as they might end up reading the events for a certain customer within one consumer and process them in order (see Kafka partitions).
2 года назад
Thank you Chris for this excellent presentation!
@jimmcconville
@jimmcconville 3 года назад
This is fantastic. Wish I'd found this video much earlier.
@gaatutube
@gaatutube 5 лет назад
The simplest programming paradigms usually win in the long run. Not sure if this event source method will ever become popular when you shift more programming efforts & complexity to the business logic developer. However, this video is worth watching for some of the ideas (such as aggregates and how it relates to transactional semantics) in it.
@pavankumararyasomayajulu6365
@pavankumararyasomayajulu6365 4 года назад
Event Sourcing looks something similar to Store in ReactJs
@shenth27
@shenth27 4 года назад
Exactly, ReactJS adapted it
@coldestlin
@coldestlin 2 года назад
impressive
@vivekarora5705
@vivekarora5705 3 года назад
Well explained!!
@sparun1607
@sparun1607 5 лет назад
I have only one question if we hit the service directly will it redirect to api gateway automatically? if we need to make it to work what should be done?
@cruzergo
@cruzergo 4 года назад
Thank you for the talk. Now I understand better how microservices can persist data without transactions. I like the Event Store approach the most.
@nickpearce2968
@nickpearce2968 3 года назад
Aggregation is coupling by definition. Congratulations, you just made an even more brittle solution.
@thatpaulschofield
@thatpaulschofield 3 года назад
Aggregates are modeling the inherent coupling in the business domain.
@thatpaulschofield
@thatpaulschofield 3 года назад
But that may not have been explained very well in the presentation.
Далее
Building microservices with event sourcing and CQRS
1:24:33
Это ваши Патрики ?
00:33
Просмотров 33 тыс.
С какого года вы со мной?
00:13
Просмотров 100 тыс.
Securing Microservices with Spring Cloud Security
1:29:52
Protect Your Microservices with Spring Cloud Gateway
28:10
Spring Modulith - A Deep Dive (Workshop)
3:03:13
Просмотров 20 тыс.
Does Your API Need A REST? Check Out GraphQL
52:10
Просмотров 1,3 тыс.
Bootiful Artificial Intelligence (SpringOne 2024)
53:08
Это ваши Патрики ?
00:33
Просмотров 33 тыс.