Setting status wasn't always possible, if an address still contained a name instead of an ip (SRV -> A -> ip).
By returning a handle, the proper reference is preserved, and as a side effect the retryCount parameter is now obsolete.
Signature of getPeer changed, and hence this is a breaking change
NOTE: this is not against master, but split-balancer to avoid too many conflicts
Setting status wasn't always possible, if an address still contained a name instead of an ip (SRV -> A -> ip). By returning a handle, the proper reference is preserved, and as a side effect the
retryCount
parameter is now obsolete.Signature of
getPeer
changed, and hence this is a breaking changeNOTE: this is not against
master
, butsplit-balancer
to avoid too many conflicts