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

Atomic APIs #20

Open
vgkowski opened this issue May 20, 2022 · 1 comment
Open

Atomic APIs #20

vgkowski opened this issue May 20, 2022 · 1 comment
Assignees

Comments

@vgkowski
Copy link

Today APIs are idempotent but not atomic. A failure on one of the API calls put resources in an inconsistent state. We need a rollback mechanism to revert the successful operations.

@IanMeyers IanMeyers self-assigned this Mar 30, 2023
@IanMeyers
Copy link
Contributor

Would you look for the rollback to happen on each execution, or only as an optional parameter to the request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants