Lesson 46 - Reactive Architecture Intro

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

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

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

    Mark, your content is really good, and you present it very clearly. However, I was wondering about something you mentioned in the video: how can elasticity complicate resilience and responsiveness? After thinking about it for some time, here’s my perspective:
    When we make our system elastic, it needs to dynamically scale resources up and down. During this process, there can be delays, which may lead to latency and longer response times.
    Additionally, with many instances handling the elasticity, managing shared resources can become challenging. For example, database connection pools could be overwhelmed.
    Regarding resilience, the elasticity might generate a high volume of requests that fail, which can slow down error handling. In some cases, this could even compromise the system's stability.

  • @stanislavpugachev1887
    @stanislavpugachev1887 4 года назад +4

    Hi, thank you for your hard work on youtube. I really enjoy your videos
    The more I listen to you about modern architectures the more it reminds me features of Erlang.
    What do you think about it?
    Because it sounds to me that industry is re-inventing the wheel again.

  • @John-os4yo
    @John-os4yo 4 года назад

    Thanks Mark. Good job in explaining this in a concise way.

  • @the.boring.andrew
    @the.boring.andrew 3 года назад

    Hey Thank You for making such a useful videos
    That is kind of nitpick. It's funny, but React (that been shown in list of tools for reactive programming) not actually reactive :)