How to Become an Architect - 5 - Event Driven Architectures | Koushik, Ranga & Siva

Поделиться
HTML-код
  • Опубликовано: 28 май 2024
  • Become an Architect - 5 - Event Driven Architectures
    You can checkout Koushik's Podcast - The Artifact at theartifact.io
    Koushik (javabrains.io/), Siva (www.sivalabs.in/) and Ranga discuss Event Driven Architectures.
    Entire Series of Videos - • Programming, Architect...
    Earlier Discussions - • How to Learn Cloud? | ...
    ▬▬▬▬▬▬ Chapters ▬▬▬▬▬▬
    00:00:00 Introduction
    00:01:55 What is Event Driven Architectures?
    00:06:41 How is event driven architectures different from asynchronous communication?
    00:14:16 Elaboration on One-to-one vs publish-subscribe in event driven architectures
    00:20:15 Patterns in event driven architectures for distributed transactions
    00:29:12 Technology enabling event driven architectures
    00:32:56 Challenges in event driven architectures and best practices
    00:39:04 Event Sourcing and SAGA Pattern(choreography and orchestration)
    00:45:38 How to handle idempotency?
    00:50:21 Language suggestions to develop event driven architectures
    00:53:39 Closing
    #javabrains #in28minutes #eventdriven #career #technology #people #java #architect

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

  • @mahahrishi
    @mahahrishi 2 месяца назад

    Great discussion!
    Siva, can you please provide a use case where we have to maintain the log of events and it is being used by newly spawned service or systme

  • @bhargavsharathkumarjillepa1479
    @bhargavsharathkumarjillepa1479 2 года назад +3

    Nice initiative.
    Keep going on.
    Explain more on node and its core

  • @ranib.r9717
    @ranib.r9717 2 года назад +1

    Great Explanation..Thank you..!

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

    Reactive programming for next topic. Thank you for such great information.

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

    Awesome discussion! Well done!

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

    what an amazing serie about architecture! Congratulations and thanks for sharing.

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

    Awesome discussion! 👏 Thanks for sharing.

  • @B-Billy
    @B-Billy 2 года назад

    I am really happyto see these videos... Please keep up the good work.

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

    awesome

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

    Adding some information regarding Amazon SQS.
    It is a recommended practice to acknowledge the message processing by the receiver to the SQS queue.
    I have used this with AWS Java SDK.
    After acknowledgement, the message will not be received again by any of the receiver.

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

    Thank you for all the interesting topics ans conversations. My request on the next topic is algorithms, Can you please try?

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

    Beast

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

    So when service comes up ,how exactly it replays events it missed? Does broker again sends all events for which it didnt receive acknowledge from service and sends it again when service comes up ?

  • @chanaiah.kchandu1174
    @chanaiah.kchandu1174 2 года назад

    Hi sir
    Can you make a session on API Gateway implementation

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

    Pitfall of microservices architecture and event driven more independent and with real examples.

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

    Beast