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

Move validation to separate service #1404

Merged
merged 18 commits into from
Nov 29, 2022
Merged

Move validation to separate service #1404

merged 18 commits into from
Nov 29, 2022

Conversation

hannobraun
Copy link
Owner

Adds a new validation service that subscribes to the events of the existing objects service and validates created objects. This separates object validation from object insertion, and allows for further simplifications of the object store code.

In the future, it should be possible to use the events produced by the now two services to recreate any intermediate state and see how exactly any validation failures came to be. See #1385 for more context.

@hannobraun hannobraun enabled auto-merge November 29, 2022 11:31
@hannobraun hannobraun merged commit 005503c into main Nov 29, 2022
@hannobraun hannobraun deleted the validation branch November 29, 2022 11:34
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

Successfully merging this pull request may close these issues.

1 participant