-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add the ProtoReflectionService for better client side support #14 #15
base: main
Are you sure you want to change the base?
Conversation
This currently doesn't work with WildFly gRPC subsystem:
|
@jamezp If I want to enable this |
I'm not sure I follow this error. The We don't want to use reflection if we can avoid it. I'm sure there has to be a way to avoid using it. |
@jamezp Thanks for checking this! The feature to enable the API reflection is important to the client side IMHO. Similar to the OpenAPI feature, for the clients that doesn't have the server side |
Yes, I think it should be opt-in. We shouldn't default to allowing data descriptions to be presented. |
work together with: resteasy/gRPCtoJakartaREST-archetype#5