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

[Feature] Add validations at a consumer level #6

Open
koushikr opened this issue Sep 16, 2024 · 0 comments
Open

[Feature] Add validations at a consumer level #6

koushikr opened this issue Sep 16, 2024 · 0 comments

Comments

@koushikr
Copy link
Member

Right now, the schema validations are basis the class definition, derived at the app startup. While this will help validate the data types at a production level, the ask is to also have a consumption level validation.

To validate at a consumer level, it is required to inspect all payloads that come your way - has to be implemented for JSON, AVRO and PROTOBUF - and at a message level. It is CPU intensive. So may need to think of sampling requests - at the cost of accuracy. Could be various strategies as well.

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