salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Validation protobuf annotations #72

Closed rmichela closed 5 years ago

rmichela commented 6 years ago

Write a Protoc generator that generates request validator classes based on protobuf annotations expressing constraints. Perhaps integrate with http://beanvalidation.org/2.0/

rmichela commented 6 years ago

Maybe build on top of https://github.com/lyft/protoc-gen-validate

rmichela commented 5 years ago

protoc-gen-validate is the correct place for this idea