Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add message committer module for SQL #5

Open
maestre3d opened this issue Aug 30, 2021 · 0 comments
Open

Add message committer module for SQL #5

maestre3d opened this issue Aug 30, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maestre3d
Copy link
Contributor

In event-driven systems, idempotency is the way to guarantee exactly-once processing. This kind of processing is highly required for any system to comply with data consistency.

A way to avoid duplicates to be processed, is to create a table inside our persistence store (in this case, SQL) and track messages processed by the given system (e.g. re-processing a specific message).

Nevertheless, there are other options that do not incur on the previously mentioned solution. For example, a complete implementation of CDC properties tackles this problem by in-transit message unit mutation instead an overall infrastructure enhancement.

@maestre3d maestre3d added the enhancement New feature or request label Aug 30, 2021
@maestre3d maestre3d self-assigned this Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant