Open jtjeferreira opened 3 years ago
Provide an easy way to integrate scalapb-validate with an akka-grpc client or server
Following https://github.com/akka/akka-grpc/pull/1248 and https://github.com/akka/akka-grpc/pull/1264 is there any plan to add validation to an akka-grpc client/server without much boilterplate (without using validate_at_construction)
validate_at_construction
Possible solutions:
Validator
Sounds like this could also be on top of something like #1433 - unfortunately I've been focusing on other work and haven't found time to seriously look into that one myself yet
Short description
Provide an easy way to integrate scalapb-validate with an akka-grpc client or server
Details
Following https://github.com/akka/akka-grpc/pull/1248 and https://github.com/akka/akka-grpc/pull/1264 is there any plan to add validation to an akka-grpc client/server without much boilterplate (without using
validate_at_construction
)Possible solutions:
Validator