Skip to content
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 support for server reflection v1 #1137

Open
profhenry opened this issue Aug 27, 2024 · 1 comment
Open

Add support for server reflection v1 #1137

profhenry opened this issue Aug 27, 2024 · 1 comment
Labels
bug Something does not work as expected

Comments

@profhenry
Copy link

io.grpc 1.66.0 added support for server reflection v1, see grpc/grpc-java#6724.
io.grpc now comes with

When using grpc-spring with io.grpc >= 1.66.0 server reflection is still offered in version v1alpha, which works except for #1136

It would be nice if grpc-spring could also offer server reflection v1 (in addtition to v1alpha for backward compatible).
Maybe you could add a switch for choosing if v1 and/or v1alpha should be offered for server reflection.

Using server reflection v1 is easy, i tested replacing ProtoReflectionService by ProtoReflectionServiceV1 in


This works fine and even basic authentication works properly.

@profhenry profhenry added the bug Something does not work as expected label Aug 27, 2024
@profhenry
Copy link
Author

Srs, this is a new feature and not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as expected
Projects
None yet
Development

No branches or pull requests

1 participant