Ryan Baxter
Ryan Baxter
We probably need to document this
I don't think I see a bug here. The config server is only healthy if it can reach the backend repository so it needs to check that it can do...
The only think this repo has any control over is the health indicator for the config server and client. As you can see, we are just calling the `findOne` method...
Thanks @mp911de for your insight on this. @patpatpat123 one thing we did not talk about is configuring the TTL for the health endpoint, configuring this might help https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.caching After reading...
@spencergibb that is exactly what I was thinking
@spencergibb im thinking more about this enhancement, and the one stumbling block would be what is returned from this new health check API. Today we get the `Environment` and return...
Can you provide a stack trace and maybe a git repo that we can use to reproduce this?
Can you please describe how to reproduce the problem with this sample?
You have not stated what the actual problem is. Please learn how to [format code on GitHub](https://help.github.com/articles/creating-and-highlighting-code-blocks/).
When I run your previous sample you supplied (https://github.com/spring-cloud/spring-cloud-config/issues/2017#issuecomment-997465541) with `./mvnw spring-boot:run -P local` I see both profiles active ``` 2021-12-21 09:26:05.333 INFO 74372 --- [ main] c.o.s.h.f.HpFetcherConfigApplication : The...