Validation support
Open
enhancement
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
### What version of gRPC are you using?
NA
### What did you expect to see?
A provision to validate input data in a meaningful way, preferably using bean validation 2.0 (JSR 380)
My assumption is that currently I have to do adhoc validation for every single request & it defeats the whole purpose of having a framework like bean validation.
Is there any plan to integrate this with bean validation?
Contributor guide
Assessment
This issue has not been assessed yet.