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

Make REST transactions atomic #4

Open
pathob opened this issue Feb 20, 2020 · 0 comments
Open

Make REST transactions atomic #4

pathob opened this issue Feb 20, 2020 · 0 comments
Milestone

Comments

@pathob
Copy link
Member

pathob commented Feb 20, 2020

Currently, the REST transactions are not atomic, which means that it might happen that some configuration is set while other configuration fails to be set. The REST endpoint then returns an error message although the configuration that has been set before remains applied. So, the current implementation violates the ACID principle.

@pathob pathob added this to the 0.0.1 milestone Feb 20, 2020
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

1 participant