bufbuild / protovalidate-java

Protocol Buffer Validation for Java.
https://central.sonatype.com/artifact/build.buf/protovalidate
Apache License 2.0
36 stars 13 forks source link

Integrate with grpc interceptor? #131

Open Joy-Panda opened 4 months ago

Joy-Panda commented 4 months ago

Feature description: How to integrate with grpc interceptor?

Problem it solves or use case: Use like this (https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/src/main/java/io/envoyproxy/pgv/grpc/ValidatingServerInterceptor.java)

Examples or references: Use like this (https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/src/main/java/io/envoyproxy/pgv/grpc/ValidatingServerInterceptor.java)

Additional context: None!

DanielLiu1123 commented 2 months ago

Refer to grpc-starter protovalidate implementation.