Update client-side load balancing with client factory support (#24028)

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/24030/head
James Newton-King 2021-11-23 10:12:40 +13:00 committed by GitHub
parent 1e6d0e5baf
commit 332981065c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@ Client-side load balancing requires:
> [!IMPORTANT]
> This feature is in preview. Integration with other gRPC features is not complete and testing is required.
>
> Client-side load balancing is currently:
>
> * Only available in pre-release versions of `Grpc.Net.Client` on NuGet.org.
> * Not supported when used with [gRPC client factory](xref:grpc/clientfactory).
> Client-side load balancing is currently only available in prerelease versions of `Grpc.Net.Client` on NuGet.org.
## Configure gRPC client-side load balancing