Franco Tiveron
Franco Tiveron

Reputation: 2928

Client load balancing in gRPC.NET

Grpc.NET includes a client-side load balancer (Grpc.Net.Client.Balancer).

Here is how to use it in asp.net.

However it is not clear what the default behaviour is in some scenarios (and therefore how to determine when writing a custom load balancer is required).

Failover

What happens is servers fail? Let's see a few scenarios

Streaming

Upvotes: 0

Views: 171

Answers (1)

Franco Tiveron
Franco Tiveron

Reputation: 2928

I have found answers in here and here.

Upvotes: 0

Related Questions