go-srvlb icon indicating copy to clipboard operation
go-srvlb copied to clipboard

DNS SRV Load Balancer for gRPC

Results 3 go-srvlb issues
Sort by recently updated
recently updated
newest added

Hello, I came across this lib when looking up using srv records in Go. I was interested if you use this in production? If so at what scale and with...

I needed explicitly set DNS server for client side LB balancing to work using consul DNS SRV entries and so I went a full way to add miekg/dns support as...

Currently limit is set to 5. So at the moment if there are 5 consecutive failures `RoundRobin` resolver will stop all the resolutions and keep using old connections that might...