Developing microservices with aggregates - Chris Richardson

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Recorded at SpringOne Platform 2016.
    Slides: www.slideshare.net/SpringCentr...
    The Domain Model pattern is a great way to develop complex business logic.
    Unfortunately, a typical domain model is a tangled, birds nest of classes.
    It can’t be decomposed into microservices.
    Moreover, business logic often relies on ACID transactions to maintain consistency.
    Fortunately, there is a solution to this problem: aggregates.
    An aggregate is an often overlooked modeling concept from the must read book Domain Driven Design.
    In this talk you will learn how aggregates enable you to develop business logic for the modern world of microservices and NoSQL.
    We will describe how to use aggregates to design modular business logic that can be partitioned into microservices. You will learn how aggregates enable you to use eventual consistency instead of ACID.
    We will describe the design of a microservice that is built using aggregates, and Spring Cloud.
  • Věda a technologie

Komentáře • 146

  • @losrobbosful
    @losrobbosful Před 2 lety +15

    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 Před rokem

      I'm not a rush individual.. but my company made me become one

  • @alex_chugaev
    @alex_chugaev Před 5 lety +56

    I am not native speaker. For me speed is perfect, I understood each word. Thank you. Great material!

  • @colloredbrothers
    @colloredbrothers Před 5 lety +16

    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.

  • @defenseman84
    @defenseman84 Před 4 lety +8

    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.

  • @kimadams-semanticrevolution

    Great overview, really enjoyed your presentation! Totally agree that listening is better at >=1.5x speed.

  • @KevinGenus
    @KevinGenus Před 4 lety +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 Před 2 lety

      I have been on 2x soo much that 1x sounds slo-mo to me now

  • @NilsElHimoud
    @NilsElHimoud Před 5 lety +3

    Great talk to refresh my theoretical DDD know how. I like the speed.

  •  Před 2 lety

    Thank you Chris for this excellent presentation!

  • @gregorifernandesdelima9618

    Great explanation, thank you!

  • @sandyss2392
    @sandyss2392 Před 4 lety +1

    Great explanation 👏🏼👏🏼

  • @googlr214
    @googlr214 Před 6 lety +8

    I started a small open source project which became CloudFoundry - CR

  • @frankadu23
    @frankadu23 Před 4 lety +2

    Great talk!

  • @chitthiaayeehai
    @chitthiaayeehai Před 3 lety

    I just love this guys man.

  • @anniyananniyan1068
    @anniyananniyan1068 Před 7 lety +10

    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 Před 7 lety +3

      This guy is founder of Cloud Foundry and API Gateway architecture

    • @anniyananniyan1068
      @anniyananniyan1068 Před 7 lety +3

      so the sales pitch eh ?

  • @Funkbassfushion
    @Funkbassfushion Před 2 lety

    Best presentation I've seen so far on microservices and eventsourcing.

  • @milesajaygupta
    @milesajaygupta Před 4 lety +2

    Very Nice description

  • @maheshmb9171
    @maheshmb9171 Před 3 lety

    Awesome video, Realy it is helpful.
    I am expecting the multitenant based microservice architecture for distributed databases.

  • @henguemelkis1464
    @henguemelkis1464 Před 2 lety

    Set playback speed to 1.25 and enjoy! Complex concepts explained with simple examples, great talk

  • @jimmcconville
    @jimmcconville Před 3 lety

    This is fantastic. Wish I'd found this video much earlier.

  • @ajabbi-tv
    @ajabbi-tv Před 4 lety

    Excellent talk

  • @kavithareddy586
    @kavithareddy586 Před 2 lety

    Very well explained, Thank you

  • @RamiSalner
    @RamiSalner Před 7 lety +57

    Watching at x2 speed is recommended for this great video

  • @lucilvioalves
    @lucilvioalves Před 3 lety +7

    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 Před 2 lety

      Totally agree. Full of waste time trying to solve fundamental issues of micro services by introducing bunch of other new sever issues.

    • @einfacherkerl3279
      @einfacherkerl3279 Před rokem +1

      @@mohyeid1857 how would you solve the transaction issues in micro service ? could you point to some resources ?

  • @losrobbosful
    @losrobbosful Před 2 lety +1

    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.

  • @trozzonick77
    @trozzonick77 Před 5 měsíci

    Great talk , stil very actual , thanks.

  • @kennethcarvalho3684
    @kennethcarvalho3684 Před 5 lety +6

    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 Před 4 lety +2

      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.

  • @educostadev
    @educostadev Před 4 lety +7

    Repository: github.com/cer/event-sourcing-examples

  • @LadislavJech
    @LadislavJech Před 6 lety +3

    brilliant

  • @conorq377
    @conorq377 Před 4 měsíci

    crazy good presentation!

  • @cruzergo
    @cruzergo Před 3 lety

    Thank you for the talk. Now I understand better how microservices can persist data without transactions. I like the Event Store approach the most.

  • @vivekarora5705
    @vivekarora5705 Před 3 lety

    Well explained!!

  • @8bittimes
    @8bittimes Před 5 lety

    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"?

  • @gaatutube
    @gaatutube Před 5 lety +3

    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.

  • @vanivari359
    @vanivari359 Před 4 lety +7

    19:16 ... now allow the customer to search for an order which contained "headphones" and the microservice journey begins...

    • @PavelIvanovskii
      @PavelIvanovskii Před 4 lety

      best comment ever for this vid...

    • @Greenthum6
      @Greenthum6 Před 2 lety

      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_ Před 2 lety

      Another service serving this just this view could save a lot of architecture change trouble.

  • @SatyaTX
    @SatyaTX Před 7 lety +11

    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 Před 5 lety +1

      First of all this not a different architecture, its old architecture and discussed before many times. For more, you can refer to the SAGA.

  • @cantwaittowatch
    @cantwaittowatch Před 4 lety +2

    Excellent talk but I'm sure there is an easy way to do this. Complex way to wrap one's head!! :)

  • @emdadulsadik861
    @emdadulsadik861 Před 3 lety

    26:01 between two context boundaries (where no shared distributed DB is used) 2PC cannot be used.

  • @juhairahamed5342
    @juhairahamed5342 Před rokem

    Good explanation

  • @Rene-tu3fc
    @Rene-tu3fc Před 2 lety

    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?

  • @binualexander9746
    @binualexander9746 Před 3 lety

    I am confused at 42:18 , isnt in event sourcing there are only inserts and no updates

  • @tush7986
    @tush7986 Před 6 lety +2

    Excellent talk. This has clarified how DDD is important for designing and developing micro services.

  • @igoralex007
    @igoralex007 Před 3 lety

    Where are those code samples, mentioned in presentation?

  • @prateekashtikar8631
    @prateekashtikar8631 Před 3 lety

    Can we've some code to explain this concepts?

  • @oiraqih
    @oiraqih Před 3 lety +2

    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 Před 2 lety

      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.

  • @ChristianAltamiranoAyala
    @ChristianAltamiranoAyala Před 4 lety +2

    My lecture of DDD Chris Evans' book worth

  • @thatpaulschofield
    @thatpaulschofield Před 3 lety

    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?

  • @MikaelUmaN
    @MikaelUmaN Před 5 lety +4

    Real talk starts at about 5 minutes in.

  • @joelmamedov404
    @joelmamedov404 Před 4 lety +1

    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")

  • @vamp9225
    @vamp9225 Před 6 lety +6

    21:50 lmao this guy

  • @updownftw
    @updownftw Před 2 lety

    Axon framework is to make Event driven Microservices and Axon server is the Event store, am I correct ?

  • @kapilshekhar
    @kapilshekhar Před 5 lety +1

    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.

  • @gulamahsan5902
    @gulamahsan5902 Před 3 lety

    Where is the code link?

  • @coldestlin
    @coldestlin Před 2 lety

    impressive

  • @8bittimes
    @8bittimes Před 5 lety

    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 Před 4 lety

      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 Před 4 lety

      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).

  • @TheDibyendusarkar
    @TheDibyendusarkar Před 4 lety

    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 Před 3 lety

      Temporal coupling. The availability of Order Service would depend on the availability of Customer Service.

  • @pavankumararyasomayajulu6365

    Event Sourcing looks something similar to Store in ReactJs

    • @shenth27
      @shenth27 Před 4 lety

      Exactly, ReactJS adapted it

  • @mishacalifornia5670
    @mishacalifornia5670 Před 7 lety +2

    Is there a github for this project?

    • @marmalist
      @marmalist Před 7 lety +1

      Look on eventuate.io ! There are eventuate itself and all example projects including this one from video.

    • @octavr2008
      @octavr2008 Před 7 lety +11

      The source code from the presentation, can be found here: github.com/cer/event-sourcing-examples

    • @bharathmuniganti2821
      @bharathmuniganti2821 Před 3 lety

      @@octavr2008 Tq

  • @criosray
    @criosray Před 6 lety +3

    Good speech, but "transaction that needed to be atomic" is kind of tautology. Transaction is atomic by definition.

  • @sparun1607
    @sparun1607 Před 5 lety

    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?

  • @TimBee100
    @TimBee100 Před 6 lety +1

    So microservices call other microservices which are even micro-er?

  • @kocesat
    @kocesat Před 5 měsíci

    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.

  • @rameshgupta5864
    @rameshgupta5864 Před 3 lety

    Aggregates starts at 15:15

  • @harishbayyavarapu
    @harishbayyavarapu Před 7 lety +7

    How'z authentication & Authorization implemented in this model ?

    • @jriggatx
      @jriggatx Před 7 lety +1

      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 Před 5 lety

      If you mean api auth then the api gateway handles it either by itself or via service

    • @kisan-majdoorkalyansamiti7390
      @kisan-majdoorkalyansamiti7390 Před 5 lety

      Security should externalized if you are architect then you should know this basic thing

  • @3LektroN1ck
    @3LektroN1ck Před 7 lety +135

    watch at x1.25 speed or you'll be sleeping before the 5th minute

    • @catamarancn
      @catamarancn Před 7 lety +13

      x1 is good for non-English people:)

    • @jpphoton
      @jpphoton Před 6 lety +1

      but these concepts are the important ones to consider when building out.

    • @cerberuspandora
      @cerberuspandora Před 6 lety +2

      thats like the first thing i did when i opened the video..

    • @raulmeloferreira
      @raulmeloferreira Před 6 lety +1

      2x

    • @2mozz
      @2mozz Před 6 lety +2

      No joke.

  • @BryanChance
    @BryanChance Před rokem

    It seems alternate solutions and design patterns just opens up a different can of worms LOL

  • @immmlate5164
    @immmlate5164 Před 5 lety +5

    1.25 speed, finally normal speed

  • @sakcee
    @sakcee Před 5 lety +4

    I now know to not implement event-source

  • @jasper5016
    @jasper5016 Před rokem

    This event storing to database looks unnecessarily complex.

  • @ifireblade09
    @ifireblade09 Před 4 lety +1

    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 Před 3 lety

      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 Před 2 lety

      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.

  • @sijifalore8252
    @sijifalore8252 Před 5 lety

    Code Smell? Can simple concepts not be explained with convoluted cosmetic English that sound dead boring.

  • @kisan-majdoorkalyansamiti7390

    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/)

  • @TampaCEO
    @TampaCEO Před 6 lety +3

    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 Před 5 lety +1

      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 Před 5 lety +2

      @@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 Před 5 lety +1

      @@xnoreq
      If only...

    • @snowy0110
      @snowy0110 Před 5 lety +1

      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 czcams.com/video/CZ3wIuvmHeM/video.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 Před 4 lety

      @@xnoreq It's so ridiculous that it works great at amazon for example xD..

  • @habibm19
    @habibm19 Před 3 lety

    "is that a question? do you have a burning question?".....lawl...dude must of had his hand up for long time interrupting the presentation

  • @muralishclinton902
    @muralishclinton902 Před rokem

    Watched in 1.25x. Best explanation on DDD that I've come across.

  • @partyY2Hard
    @partyY2Hard Před 2 lety

    lol such a funny guy

  • @fatiamor3220
    @fatiamor3220 Před 5 lety +1

    second half of the video is all about event sourcing: github.com/cer/event-sourcing-examples

  • @moman3r33
    @moman3r33 Před rokem

    nope

  • @nickpearce2968
    @nickpearce2968 Před 3 lety

    Aggregation is coupling by definition. Congratulations, you just made an even more brittle solution.

    • @thatpaulschofield
      @thatpaulschofield Před 3 lety +1

      Aggregates are modeling the inherent coupling in the business domain.

    • @thatpaulschofield
      @thatpaulschofield Před 3 lety

      But that may not have been explained very well in the presentation.

  • @criosray
    @criosray Před 6 lety

    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.

  • @dungam9402
    @dungam9402 Před 5 měsíci

    change speed to 1.25
    thanks me later

  • @PrashantThakre
    @PrashantThakre Před 5 lety +1

    Isn't it just SAGA ? Why people are creating their own version ? BTW two time I fell to sleep during this video.

  • @mohyeid1857
    @mohyeid1857 Před 2 lety

    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.

  • @pdn9609
    @pdn9609 Před 3 lety

    What a load of trash on so many levels. It is unfortunate that this atrocity has gotten traction on a lot of places.

  • @jasper5016
    @jasper5016 Před rokem

    Very useful video but his voice is so monotonous that puts me to sleep.

  • @vimalk78
    @vimalk78 Před 6 lety +1

    very boring talk

  • @CarloL525
    @CarloL525 Před 3 lety

    Great talk!