Opportunities and Pitfalls of Event-driven Utopia

Поделиться
HTML-код
  • Опубликовано: 20 июл 2024
  • InfoQ Dev Summit Boston, a two-day conference of actionable advice from senior software developers hosted by InfoQ, will take place on June 24-25, 2024 Boston, Massachusetts.
    Deep-dive into 20+ talks from senior software developers over 2 days with parallel breakout sessions. Clarify your immediate dev priorities and get practical advice to make development decisions easier and less risky.
    Register now: bit.ly/47tNEWv
    ...........................................................................................................................
    Video with transcript included: bit.ly/2BCMDiG
    Bernd Rücker goes over the concepts, the advantages, and the pitfalls of event-driven utopia. He shares real-life stories or points to source code examples.
    This presentation was recorded at QCon New York 2019: bit.ly/2KFk7SO
    #SoftwareArchitecture #EventDrivenArchitecture #BestPractices
  • НаукаНаука

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

  • @jasonmeyer495
    @jasonmeyer495 2 года назад +2

    He's such a fun presenter to listen to. Very engaging. One of the best in this channel.

  • @sujeewae6599
    @sujeewae6599 Год назад

    Great content. I didn't feel I just spend 50 minutes. Magical delivery.

  • @duyibest
    @duyibest Год назад

    Very well done. Thank you!

  • @srikanthjnr
    @srikanthjnr 3 года назад +1

    Great overview on Event Sourcing architecture...

  • @carmineingaldi47
    @carmineingaldi47 2 года назад +1

    The talk is a nice overview of advanced concepts regarding event-driven architectures, but I don't agree on presenting event sourcing as en evolution of EDAs. Event Sourcing is just an architectural pattern, an implementation detail that engineers can use to solve specific problems. Keeping state in a datastore doesn't conflict with the idea of propagating side effect across processes thrugh async messages that have an event semantic

  • @NareshKumarD107
    @NareshKumarD107 4 года назад +1

    good talk... informative

  • @osamaa.h.altameemi5592
    @osamaa.h.altameemi5592 4 года назад +2

    That was really good. Thx a ton. One quesion though why go with rocksdb and not redis or sqlite.

  • @iamthesamrus
    @iamthesamrus 2 года назад

    Great talk, thank you!

  • @Hangar1318
    @Hangar1318 2 года назад +1

    I think RocksDB was written by Facebook, not Netflix

  • @craigmunday3707
    @craigmunday3707 4 года назад +1

    Really nice talk

  • @allanhouston22
    @allanhouston22 2 года назад

    I like the original project, Activiti BPMN, more

  • @CameronFlint07
    @CameronFlint07 3 года назад +1

    Awesome talk, thanks!

  • @rambo4014
    @rambo4014 2 года назад

    How to use outbox pattern if we want it as a real time use case?

  • @JoelBondurant
    @JoelBondurant 4 года назад +1

    RocksDB rocks.

  • @jayak3768
    @jayak3768 2 года назад

    Very abstract. Following an example would have been better.

  • @nyrtzi
    @nyrtzi 4 года назад

    So it's immutability like in pure functional programming and booting up from an image like SmallTalk and other old languages? lol