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

Validation Gateway #27

Open
slominskir opened this issue Nov 9, 2021 · 2 comments
Open

Validation Gateway #27

slominskir opened this issue Nov 9, 2021 · 2 comments

Comments

@slominskir
Copy link
Member

slominskir commented Nov 9, 2021

We may want to add a validation gateway at some point to validate that producers are using the correct serializers and correct schema versions and to validate database-like constraints like foreign keys and composite keys. See: https://github.com/JeffersonLab/jaws/wiki/AVRO-Schema-Peculiarities#validation-gateway

@slominskir
Copy link
Member Author

slominskir commented Jan 3, 2022

It seems AVRO doesn't have a way to constrain an array to 1 or more elements (only zero or more). This is something a validation gateway could do though.

@slominskir
Copy link
Member Author

slominskir commented May 23, 2024

We could more readily drop the schema registry completely if we have an intermediate gateway that kept erroneous data out of the blessed pipeline and sent "bad" data to a "dead letter queue".

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