We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Refer to grpc-starter protovalidate implementation.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: