Opportunities and Pitfalls of Event-driven Utopia

Поділитися
Вставка
  • Опубліковано 2 лип 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.

  • @duyibest
    @duyibest Рік тому

    Very well done. Thank you!

  • @sujeewae6599
    @sujeewae6599 Рік тому

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

  • @iamthesamrus
    @iamthesamrus 2 роки тому

    Great talk, thank you!

  • @srikanthjnr
    @srikanthjnr 3 роки тому +1

    Great overview on Event Sourcing architecture...

  • @carmineingaldi47
    @carmineingaldi47 Рік тому +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

  • @craigmunday3707
    @craigmunday3707 4 роки тому +1

    Really nice talk

  • @CameronFlint07
    @CameronFlint07 3 роки тому +1

    Awesome talk, thanks!

  • @allanhouston22
    @allanhouston22 2 роки тому

    I like the original project, Activiti BPMN, more

  • @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.

  • @Hangar1318
    @Hangar1318 2 роки тому +1

    I think RocksDB was written by Facebook, not Netflix

  • @JoelBondurant
    @JoelBondurant 4 роки тому +1

    RocksDB rocks.

  • @rambo4014
    @rambo4014 2 роки тому

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

  • @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