Building Distributed Applications with Event-driven Architecture • Eric Johnson • GOTO 2023

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 8

  • @reyou7
    @reyou7 Год назад +5

    So good ❤

  • @seNick7
    @seNick7 Год назад +1

    A routing logic inside EventBridge looks a bit like a long forsaken SOA's ESB.
    Btw: this is a very introductory talk.

  • @LearningCS-jp4cb
    @LearningCS-jp4cb 3 месяца назад +1

    I want to learn how to build event driven architecture from scratch

  • @RoamingAdhocrat
    @RoamingAdhocrat Год назад +3

    5:54 oh goddammit

  • @jorgetovar621
    @jorgetovar621 Год назад +3

    EDA = something happen and we react :) really good!

  • @aldhal202
    @aldhal202 10 месяцев назад +1

    Not everything must be event driven or handled as fire and go. If there is a contract between 2 parties and services need immediate response or data or action, fire and go is the wrong choice for such scenarios

    • @virtimus2
      @virtimus2 9 месяцев назад

      For me "services need immediate response" generally by design ...
      90% cases need just additional "wait state" ...