Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Does eureka:client:serviceUrl support HA enabled eureka cluster config? #15

Closed
yourchanges opened this issue Aug 23, 2017 · 3 comments
Closed
Labels

Comments

@yourchanges
Copy link

Currently, I use config:

"eureka": {
    "client": {
      "serviceUrl": "http://server1:8761/eureka/",
      "shouldFetchRegistry": false,
      "validate_certificates": false
    },

it works. but I have two HA enabled eureka servers : server1, server2, but following config NOT work:

"eureka": {
    "client": {
      "serviceUrl": "http://server1:8761/eureka/,http://server2:8761/eureka/",
      "shouldFetchRegistry": false,
      "validate_certificates": false
    },

any ideas?

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/150472208

The labels on this github issue will be updated when the story is started.

@dtillman
Copy link
Contributor

It does not support that currently .. I'll have a look at that for a future update

@yourchanges
Copy link
Author

Thank you!!!

And by the way, another question: Does it support set eureka health check? how to enable it in configure file

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

No branches or pull requests

3 participants