Actors or Not: Async Event Architectures

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

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

  • @amenostalgique
    @amenostalgique 6 лет назад +2

    Good presentation. It helped me to validate my own intuitions. Thanks

  •  6 лет назад +1

    Maybe I'm confusing things but this events adapter is like simple Saga that by definition consumes events and produces commands. Of course, it does more as it also translates and serializes/deserializes but still if we talk about DDD maybe its good to name things as they are in DDD.

    • @danielpapukchiev3754
      @danielpapukchiev3754 6 лет назад +1

      I think the event adapters are in an interface layer - translating incoming events / commands from different inputs to the application interface inputs

  • @hazemashraf5131
    @hazemashraf5131 6 лет назад +1

    i love this channel thanks alot

  • @anonymous8164
    @anonymous8164 3 года назад

    Great video! Thanks for sharing your experience!

  • @tomclancyya
    @tomclancyya 3 года назад

    Спасибо за доклад, мощно все раскидал!
    До сих пор оч актуально

  • @japrogramer
    @japrogramer 6 лет назад

    So this is like celery and redis or messagemq ...

  • @ArchimedesTrajano
    @ArchimedesTrajano 5 лет назад +2

    3:57 I solved the Service Discovery problem by simply using Docker Swarm and have DNS.

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

    It's obvious while they are using Erlang as networking layer, they are not confident enough to leverage the whole Erlang OTP to solve almost all of the problems they have. How sad.

  • @rahmatalbariqi6236
    @rahmatalbariqi6236 6 лет назад

    nodejs implementation in python