Skip to content

Commit e4399d3

Browse files
barchettaspericas
andauthored
Adds link to config table for gRPC protocol and to example. (#9450) (#9465)
Signed-off-by: Santiago Pericas-Geertsen <[email protected]> Co-authored-by: Santiago Pericas-Geertsen <[email protected]>
1 parent 7c1698f commit e4399d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/main/asciidoc/se/grpc/client.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,9 @@ TLS can be configured externally, just like it is done when using the
197197
WebClient to access an HTTP endpoint. For more information see
198198
https://helidon.io/docs/v4/se/webclient#_configuring_the_webclient[Configuring the WebClient].
199199
200+
There are a few configuration options (see table below) that are specific to a `GrpcClient` and
201+
can be configured using a `GrpcClientProtocolConfig` instance. See
202+
https://github.com/helidon-io/helidon-examples/blob/dev-4.x/examples/webserver/grpc-random/src/test/java/io/helidon/examples/webserver/grpc/random/RandomServiceTest.java[RandomServiceTest] for an example.
203+
204+
include::{rootdir}/config/io_helidon_webclient_grpc_GrpcClientProtocolConfig.adoc[leveloffset=+1,tag=config]
205+

0 commit comments

Comments
 (0)