Spring-cloud-netflix: Ribbon-Eureka useless if Eureka Client disabled?

Created on 4 May 2015  路  4Comments  路  Source: spring-cloud/spring-cloud-netflix

Most likely it's a very silly question (maybe I didn't get sth).

If you provide as a property

eureka.client.enabled: false

then shouldn't

ribbon.eureka.enabled

be automatically disabled too?

I mean I shouldn't be able to use Ribbon if I'm disabling Eureka client. Or is it like a separation of using Eureka Client only for registering yourself in Eureka whereas you would still want to profit from Eureka via Ribbon?

enhancement help wanted

All 4 comments

Ribbon can be configured without eureka. So, the ribbon-eureka client probably should be disabled, but not ribbon entirely.

I'll try to file a PR with a fix as soon as possible.

@marcingrzejszczak sweet!

Lol I don't think I filed the PR soon

Was this page helpful?
0 / 5 - 0 ratings