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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 59

  • @assembledstardust
    @assembledstardust 5 ปีที่แล้ว +51

    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 9 หลายเดือนก่อน

      yeah yeah
      😁😍

  • @rajivbhatia1197
    @rajivbhatia1197 2 ปีที่แล้ว +2

    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 2 ปีที่แล้ว +2

    Fantastic talk. A very clear discussion of event-driven micro services.

  • @srikuhere
    @srikuhere 3 ปีที่แล้ว +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 .

  • @Pro_PlayerVedanth
    @Pro_PlayerVedanth 2 ปีที่แล้ว +1

    What an holistic explanation of the Architecture taking a practical problem situation ! Kudos.!

  • @vivekjacob2320
    @vivekjacob2320 ปีที่แล้ว

    One of the better videos which gives a rationale for event driven architecture

  • @krumbergify
    @krumbergify 3 ปีที่แล้ว +10

    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.

  • @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.

  • @Jam-ht2ky
    @Jam-ht2ky ปีที่แล้ว

    beautifully done presentation and excellently presented great job

  • @frustin
    @frustin 3 ปีที่แล้ว +1

    This is a really good explanation of event driven microservices/architecture

  • @osamaa.h.altameemi5592
    @osamaa.h.altameemi5592 4 ปีที่แล้ว +2

    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.

  • @rimasg11
    @rimasg11 4 ปีที่แล้ว +2

    28:00 Well explained _Saga_ pattern

  • @lifeisbeautiful2048
    @lifeisbeautiful2048 3 ปีที่แล้ว +1

    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.

  • @stepseiventures2528
    @stepseiventures2528 4 ปีที่แล้ว +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 😂

  • @srvmojo9190
    @srvmojo9190 4 ปีที่แล้ว +5

    this was a great presentation !! i wonder how the audience never had any question !!

    • @prab6958
      @prab6958 4 ปีที่แล้ว +2

      This guy has a monotonic delivery style....they probably went to sleep

  • @nasserabbassi7303
    @nasserabbassi7303 4 ปีที่แล้ว +1

    just by the way the mentioned link by Andrew on IBM website is not available

  • @kevinkkirimii
    @kevinkkirimii 3 ปีที่แล้ว +1

    Is there any event driven video without kafka ?

  • @BrendanPramjee
    @BrendanPramjee ปีที่แล้ว

    This was so well done !!!!!!

  • @amitbaijal421
    @amitbaijal421 2 ปีที่แล้ว

    Great Presentation

  • @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.

  • @udarawijeratna007
    @udarawijeratna007 3 ปีที่แล้ว

    Thanks Team ! this is great video.

  • @nishikanttayade7446
    @nishikanttayade7446 4 ปีที่แล้ว +1

    Great presentation! Thanks

  • @crankerson
    @crankerson 3 ปีที่แล้ว

    Excellent presentation. Thank you

  • @vvijayar
    @vvijayar 4 ปีที่แล้ว +1

    great presentation , Thank You!

  • @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 2 ปีที่แล้ว

      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.

  • @RodyDavis
    @RodyDavis 3 ปีที่แล้ว +1

    This was incredible, I know understand pub/sub

  • @directorans
    @directorans 3 ปีที่แล้ว

    Really good talk!

  • @nicole-annmenezes5565
    @nicole-annmenezes5565 3 ปีที่แล้ว

    Thanks! It was is very helpful

  • @willl0014
    @willl0014 2 ปีที่แล้ว

    I think micro services is really hard to get right, but if you do the benefits are substantial

  • @nasamind
    @nasamind ปีที่แล้ว

    Awesome

  • @hhamedi68
    @hhamedi68 3 ปีที่แล้ว

    It was great thank you

  • @1testrad
    @1testrad 3 ปีที่แล้ว

    thanks ...

  • @zahirjacobs716
    @zahirjacobs716 4 ปีที่แล้ว

    Great presentation!

  • @PranaySoniKumar
    @PranaySoniKumar ปีที่แล้ว

    6:00

  • @80-two
    @80-two ปีที่แล้ว

    "Kind of" ?

  • @chessmaster856
    @chessmaster856 2 ปีที่แล้ว

    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 2 ปีที่แล้ว

    Good presentation but the arguments against Microservices sharing a database don't hold: database != schema

  • @mandarin8513
    @mandarin8513 4 ปีที่แล้ว +1

    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 4 ปีที่แล้ว +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.

  • @stefanogrillo6040
    @stefanogrillo6040 2 ปีที่แล้ว

    And this is stewie griffin from the future😄

  • @monikakovacs6005
    @monikakovacs6005 3 ปีที่แล้ว +1

    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?

  • @pm71241
    @pm71241 3 ปีที่แล้ว

    Hmm... a lot of hand waving wrt. the consistency.

  • @cinderellarouge
    @cinderellarouge ปีที่แล้ว

    FOf understanding that I got 4 years

  • @mohammedalzamil7191
    @mohammedalzamil7191 3 ปีที่แล้ว

    epic

  • @panprasanta
    @panprasanta 2 ปีที่แล้ว +1

    Making things much more complicated without a clear benifits। "This new way of doing things" will make developers life horrible!

  • @angstrom1058
    @angstrom1058 11 หลายเดือนก่อน

    NO. Don't do it this way :o OMG

  • @opelfahrer91
    @opelfahrer91 ปีที่แล้ว

    Great talk, thanks for sharing