Skip to content

Commit

Permalink
Adds link to config table for gRPC protocol and to example. (#9450) (#…
Browse files Browse the repository at this point in the history
…9465)

Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Co-authored-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
barchetta and spericas authored Nov 4, 2024
1 parent 7c1698f commit e4399d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/se/grpc/client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,9 @@ TLS can be configured externally, just like it is done when using the
WebClient to access an HTTP endpoint. For more information see
https://helidon.io/docs/v4/se/webclient#_configuring_the_webclient[Configuring the WebClient].
There are a few configuration options (see table below) that are specific to a `GrpcClient` and
can be configured using a `GrpcClientProtocolConfig` instance. See
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.
include::{rootdir}/config/io_helidon_webclient_grpc_GrpcClientProtocolConfig.adoc[leveloffset=+1,tag=config]

0 comments on commit e4399d3

Please sign in to comment.