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 DNS resolver #438

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. After implementing a static resolver https://github.com/nclient/NClient/issues/436, we can do DNS resolver.