nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

Client-side load-balancing with static resolver #436

Open smolchanovsky opened 2 years ago

smolchanovsky commented 2 years ago

It would be great to be able to enable balancing on the client. Take the grpc client as an example. At first, it is necessary to implement load-balancing with static resolver

smolchanovsky commented 2 years ago

Perhaps balancing can be done using host provider (see https://github.com/nclient/NClient/issues/448)