Skip to content
Snippets Groups Projects
Commit dcc16b40 authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Address review comments

parent a8f2621d
No related branches found
No related tags found
No related merge requests found
# gRPC Server Reflection Tutorial
gRPC Server Reflection provides information about publicly-accessible gRPC
services on a server, and assists clients in runtime to construct RPC
services on a server, and assists clients at runtime to construct RPC
requests and responses without precompiled service information. It has been
supported by gRPC CLI, which can be used to introspect server protos and
send/receive test RPCs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment