Skip to content

4.1.4: Adds link to config table for gRPC protocol and to example. #9465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]