How Event Driven Architectures Go Wrong & How to Fix Them • Matthew Meckes • GOTO 2024

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

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

  • @KelvinMeeks
    @KelvinMeeks 3 месяца назад +2

    Nicely done. Like the pace and energy of Mathew's presentation style.
    Illuminating. Informative. High Quality. High Density Value Delivered!

  • @TechTalksWeekly
    @TechTalksWeekly 3 месяца назад +3

    This talks is excellent and it has been featured in the last issue of Tech Talks Weekly newsletter 🎉
    Congrats Matthew!

  • @Tony-dp1rl
    @Tony-dp1rl 3 месяца назад +6

    If services are calling back into a domain to get information a lot, you may as well not use EDA at all,. Your domains are too tightly coupled to get any benefit from EDA if they cannot operate independently

    • @dupersuper1000
      @dupersuper1000 13 дней назад

      @@Tony-dp1rl if each system can run independently, you might as well not use EDA, because event subscriptions are all about dependency trees. If there are no dependencies between systems, you might as well just call each system on its own from the client.

  • @nisachannel7077
    @nisachannel7077 3 месяца назад +3

    This stuff of microservices with EDA seems like a good idea to "fix" the issue with maintaining monolithic systems but they had soooo much accidental complexity that makes one wonder what's the point...