akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
431 stars 124 forks source link

low boilerplate solution for scalapb-validate integration #1467

Open jtjeferreira opened 3 years ago

jtjeferreira commented 3 years ago

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:

raboof commented 3 years ago

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