- Need a document or a working sample project reference of how serverreflection can be implemented in a Java client to call the grpc endpoints on server(not through grpc_cli). The current documentation is not enough to understand the flow & implement it. It would be very helpful if any reference can be shared.
- Does grpc_ui & grpcurl use server reflection internally?
- Can server reflection be used from version v1 instead of v1alpha now?
Asked
Active
Viewed 244 times
0

CodeNinj111
- 1
- 1
-
See https://stackoverflow.com/a/61144510/4690866 for one piece of using reflection. v1alpha is most common. https://github.com/grpc/grpc-java/issues/6724 https://github.com/grpc/grpc-go/issues/5684 – Eric Anderson Jan 13 '23 at 16:28