From 332981065c04bd7289e050ba47a27e659cdd9049 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Tue, 23 Nov 2021 10:12:40 +1300 Subject: [PATCH] Update client-side load balancing with client factory support (#24028) Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/grpc/loadbalancing.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aspnetcore/grpc/loadbalancing.md b/aspnetcore/grpc/loadbalancing.md index f780b255b7..2cb70f5ec4 100644 --- a/aspnetcore/grpc/loadbalancing.md +++ b/aspnetcore/grpc/loadbalancing.md @@ -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