Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Distributed event sourcing

Sumit Rawal answered on May 21, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Event-based communication

  • Distributed event sourcing

    0

    In the previous section, we explained how to implement a reliable high-performance event-sourcing architecture. It solves the reliability issue, but it has two limitations.

    When a digital wallet is updated, we want to receive the updated result immediately. But in the CQRS design, the request/response flow can be slow. This is because a client doesn’t know exactly when a digital wallet is updated and the client may need to rely on periodic polling.

    The capacity of a single Raft group is limited. At a certain scale, we need to share the data and implement distributed transactions.

    Let’s take a look at how those two problems are solved. 

    https://bytebytego.com/courses/system-design-interview/digital-wallet

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 21 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.