From 1e72fa2cd1c1174b3d11aca98725c1cbd274232a Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Wed, 8 Aug 2018 16:43:18 +0200 Subject: [PATCH] Point to server reflection docs (#38) Service reflection has very poor SEO and unfortunately not great discoverability. Since this package is an entry-point for service reflection, this helps make the process of finding this information easier. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5baa60f..52eded1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ is using that very same schema. So, if the server you interact with does not sup reflection, you will either need the proto source files that define the service or need protoset files that `grpcurl` can use. +[Examples for how to set up server reflection can be found here.](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md#known-implementations) + This repo also provides a library package, `github.com/fullstorydev/grpcurl`, that has functions for simplifying the construction of other command-line tools that dynamically invoke gRPC endpoints. This code is a great example of how to use the various packages of