Skip to content

Refresh inserts wrong service IP #1

@synologic

Description

@synologic

Hi,

Is there any particular reason for which at line 200 you are doing:

table.insert(addresses, node.Node.Address .. ":" .. node.Service.Port)

instead of

table.insert(addresses, node.Service.Address .. ":" .. node.Service.Port)

That will effectively add the Consul node address instead of the actual Service registration address ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions