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

CDC - Change Data Capture with Outbox Pattern E-commerce Create Order Use Case

Pragya Keshap answered on February 3, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • CDC - Change Data Capture with Outbox Pattern

  • CDC - Change Data Capture with Outbox Pattern E-commerce Create Order Use Case

    0

    Life is short - avoid complicated application logic.

    By using an outbox you have a history of the events that should have been emitted. This allows you to audit what your application is doing, but also, if your kafka server is down, or you run into other issues, you can always replay those events. So you never lose any messages that should have been sent to your notification service.

    You can tailor the data stored in your outbox table that is ultimately sent downstream to your services in the format that is most conducive to the consumer. This also means that if you change the schema of your events or your attendees' table, you don’t necessarily have to change what is put into the outbox table - this reduces the system interface churn. 

    https://medium.com/event-driven-utopia/8-practical-use-cases-of-change-data-capture-8f059da4c3b7

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 03 2023
    Pragya Keshap
    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.