This repository was archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Balancer fails to return hostname with named SRV entries #17
Comments
Tieske
added a commit
that referenced
this issue
Aug 17, 2017
Named entries in an SRV record would not return the hostname properly, but always 'nil'. See issue #17
Tieske
added a commit
that referenced
this issue
Aug 17, 2017
Named entries in an SRV record would not return the hostname properly, but always 'nil'. See issue #17
Tieske
added a commit
that referenced
this issue
Aug 17, 2017
Named entries in an SRV record would not return the hostname properly, but always 'nil'. Fixes #17
Tieske
added a commit
that referenced
this issue
Aug 17, 2017
Named entries in an SRV record would not return the hostname properly, but always 'nil'. Fixes #17
Tieske
added a commit
that referenced
this issue
Aug 17, 2017
Named entries in an SRV record would not return the hostname properly, but always 'nil'. Fixes #17
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the ringbalancer gets a host added, eg. "somehost.com", and that name resolves to an SRV record containing names as in for example:
Then the
getPeer
function will return the IP and port number, but the third return value (the hostname) will be missing (nil
will be returned).Issue detected in version
0.4.2
, but still exists inmaster
.The text was updated successfully, but these errors were encountered: