Ryan Baxter

Results 639 comments of Ryan Baxter

Why not separate the configurations out into their own docs? application-dev.yaml contains ``` spring: profiles: active: awss3 cloud: config: server: awss3: bucket: ``` application-qa.yaml contains ``` spring: profiles: active: git...

So you are basically just suggesting we remove the requirement for profiles and just use the presence of specific properties to dictate functionality? I think someone could make a similar...

This has been this way for a while, would love to now if others have similar thoughts as you

config clients done necessarily need to fail if they can't reach the config server, so that should not be a concern. If you have improvements that you would like to...

I understand the problem. On the client side you should be able to configure the timeout, so if it takes too long it will timeout and not hang. This might...

Can you provide a sample without the AWS pieces that reproduces the issue?

Please provide a sample zip or git repo not just the logs

Can you provide an example to reproduce the issue? If so I will reopen it.

Is there a reason why you are using both spring.config.import and spring-cloud-starter-bootstrap? That is the reason you are seeing the two requests.