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

Discovery service properties naming #74

Closed
jmnarloch opened this issue Aug 23, 2015 · 1 comment
Closed

Discovery service properties naming #74

jmnarloch opened this issue Aug 23, 2015 · 1 comment

Comments

@jmnarloch
Copy link

This is a minor issue, although the discovery service naming seems inconsistent, Eureka uses it's own root 'eureka': eureka.client.serviceUrl, while consul is under spring.cloud.consul, ie.:

eureka:
  client:
    serviceUrl:
      defaultZone: http://localhost:8761/eureka
spring:
  cloud:
    consul:
      host: localhost
      port: 8500
@spencergibb
Copy link
Member

spring-cloud-netflix has some naming so it can retain the same properties that eureka archaius uses. The other projects are more standardized. Not sure I want to do anything about this.

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

No branches or pull requests

2 participants