spring-cloud / spring-cloud-config

External configuration (server and client) for Spring Cloud
Apache License 2.0
1.96k stars 1.29k forks source link

ConfigClient not working with CloudFoundry's Discovery Client when configPath is set #1127

Closed andresoviedo closed 6 years ago

andresoviedo commented 6 years ago

I have a configserver published on custom "/config" path.

Problem

As far as I understand

Question How can I workaround this?

spencergibb commented 6 years ago

I guess there needs to be an analogous EurekaClientConfigServerAutoConfiguration in spring cloud cloud foundry, want to open the issue there?

andresoviedo commented 6 years ago

Thanks. I opened the issue there: https://github.com/spring-cloud/spring-cloud-cloudfoundry/issues/25