bufbuild / httplb

Client-side load balancing for net/http
https://pkg.go.dev/github.com/bufbuild/httplb
Apache License 2.0
48 stars 2 forks source link

Add resolver.MinConnections #58

Closed jhump closed 8 months ago

jhump commented 8 months ago

This should help improve load balancing when using TCP load balancer, where DNS will report a single IP and each connection made to that IP is pinned to a single backend instance.

jhump commented 8 months ago

This is one part of a solution for #59.