Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EUREKA-1087 Add config parameter eureka.myUrl #1107

Merged

Conversation

mgtriffid
Copy link
Contributor

...to specify URL Eureka should treat as its own (for cases when each Eureka node is behind LB and does not simply check replica URLs against own IP/host)

…hould treat as its own (for cases when each Eureka node is behind LB and does not simply check replica URLs against own IP/host)
@mgtriffid
Copy link
Contributor Author

Hm, on my local machine all tests pass well, is there any way to re-run Travis build?

@qiangdavidliu
Copy link
Contributor

Thanks @mgtriffid , I retriggered the travis build.

@qiangdavidliu
Copy link
Contributor

build passes. Thanks @mgtriffid

@qiangdavidliu qiangdavidliu merged commit 7935f2c into Netflix:master Aug 2, 2018
* Allows to configure URL which Eureka should treat as its own during replication. In some cases Eureka URLs don't
* match IP address or hostname (for example, when nodes are behind load balancers). Setting this parameter on each
* node to URLs of associated load balancers helps to avoid replication to the same node where event originally came
* to. Important: you need to configure the whole URL including scheme and path, like
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention that this is because of the value being parsed from eureka.serviceUrl.default instead of the host from the instance registration.

@mgtriffid
Copy link
Contributor Author

Thanks for approval and merge @qiangdavidliu !
May I ask, when should we expect next release to happen?

@qiangdavidliu
Copy link
Contributor

@mgtriffid we should have a release out some time this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants