Update client-side load balancing with client factory support (#24028)
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>pull/24030/head
parent
1e6d0e5baf
commit
332981065c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue