spring-cloud / spring-cloud-netflix

Integration with Netflix OSS components
http://cloud.spring.io/spring-cloud-netflix/
Apache License 2.0
4.86k stars 2.44k forks source link

xxx.ribbon.listOfServers is ineffective in springcloud 2020.0.0 #3963

Closed farsunset closed 3 years ago

farsunset commented 3 years ago

feign client xxx config an hostname url. but is Ineffective in springcloud 2020.0.0 in Hoxiton is effective

at new version this config has changed?

spencergibb commented 3 years ago

I'm afraid this report is not very effective. Can you please add a descriptive title and provide more details?

farsunset commented 3 years ago

sorry i forgot save title

spencergibb commented 3 years ago

Ribbon is no longer in 2020.0 https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes#breaking-changes

farsunset commented 3 years ago

Ribbon is no longer in 2020.0 https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes#breaking-changes

Ok. What are the alternatives? how to assign url at application.yaml

OlgaMaciaszek commented 3 years ago

The alternative is Spring Cloud LoadBalancer. You can find thorough information on using it in the docs.