Event-Driven Architecture

Поділитися
Вставка

КОМЕНТАРІ • 18

  • @DaviMartins99
    @DaviMartins99 Рік тому +3

    It's crazy how fast complexity grows after you start working with distributed services.
    Great video!

  • @allanmessiasdecoelho6039
    @allanmessiasdecoelho6039 Рік тому +1

    Awesome introduction to EDA. I'd really love to see more about this kinda content, it would be really nice if you'd make it a series talking about EDA

    •  Рік тому +1

      I’ll add to my list :-)

  • @hamidrezahassani4006
    @hamidrezahassani4006 Рік тому

    Your videos are always great.

    •  Рік тому

      Glad you like them!

  • @leandronsp
    @leandronsp Рік тому

    teu canal é mto bom! ja virou dos meus favoritos!

    •  Рік тому

      Oloco!! Nao tinha visto o teu comentário aqui. Fico feliz de ver vc por aqui. Valeu mestre!!

  • @FarazSamapoor
    @FarazSamapoor Рік тому

    Great explanation. Thank you, Mateus!

    •  Рік тому +1

      My pleasure!

  • @lpdrummerboy
    @lpdrummerboy Рік тому +1

    Awesome video, man! Async is a different world.

    •  Рік тому

      It sure is!

  • @neverything
    @neverything Рік тому +1

    Great explanation Mateus! What types or sizes of apps will benefit from an event driven architecture in your opinion?

    •  Рік тому +1

      Hey Silvan! Thanks man.
      I think any distributed application should at the very least consider EDA.
      For monoliths, I think there’s a lot you can take from an EDA approach - maybe not necessarily go 100%, but I find it easier to think about complex domain behavior as a series of rich, reactive events triggered by a command.
      It helps keep components loosely coupled and focused, it’s incredibly easy to extend and you get some fault tolerance. Unless I need something to be synchronous, I try to break down problems into small components that emit events.

    • @neverything
      @neverything Рік тому

      Thank you for your reply@. I started using parts of this approach in an app I'm working on. I do love that I can subscribe to events and add features for example only for certain tenants.
      What do you think about event sourcing? Especially for the ecommerce example or a finance app, it might come in handy, but I was intimidated by the architectural overhead so far.

    •  Рік тому +1

      I gotta say that I'm not very familiar with ES. IMO it makes sense to use ES in financial systems and ecommerce - maintaining an accurate history of transactions/inventory is key, and it makes sense to have the current state derive from the events.

  • @theclipssoundtracks1411
    @theclipssoundtracks1411 Рік тому +2

    muito bom, otima explicação, faz uma versão dublada hahahah

    •  Рік тому

      Tem no canal em português :-)

  • @jsjunior
    @jsjunior Рік тому +1

    Great