-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
gRPC reflection v1 support #115
base: main
Are you sure you want to change the base?
Conversation
can we try to make this work for vertx-grpc-server as well ? |
Yes, we have that working on the 4.x branch at my job. However for 5.x, GrpcServerIndex is dependent on a few classes from Perhaps this is better as a new submodule in the project so that people can use it with vertx-grpc-server or vertx-grpcio-server? |
which API is necessary ? vertx has its own generator so perhaps we can have this working as well using the generator. |
I think I will merge it as is and take it from here as I need it with pure gRPC to build JPMS/gRPC example |
for GrpcServerIndex
from |
I think actually for now what we are missing is documentation, can you add this ? it is very important |
I can update ioserver.adoc and add an example tonight |
thanks @wvuong |
Motivation:
Add support for the gRPC reflection api which is commonly used by gRPC tooling like Postman, Insomnia, k6, grpcurl for service discovery and transcoding. Fixes #22
Conformance:
Eclipse Contributor Agreement signed.