marnee01
marnee01
We regularly see response times from our config server of 15-25 seconds. We have on average ~30 requests with response times > 15s each day. These high response times happen...
The /actuator/health/configServer endpoint always returns UP so long as the local git cache contains a repo for the application used for the health check. This would be okay if the...
In https://github.com/spring-cloud/spring-cloud-config/issues/1253, I asked about setting connect and read/response timeouts for Jgit connections using **SSH**. Spencer Gibb said that there wasn't anyplace in JGit to set an SSH timeout, so...
JGitEnvironmentRepository logs a message starting with "Fetched for remote" in its `fetch` method, but only when the fetch results reports there were updates. Could you update to always log it,...
This seems to have started some time in the past week, but I am not 100% sure. I am testing with by pulling down the "main", building it, installing locally,...
This seems to have started some time in the past week. I am testing by pulling down the `main` branch, building it, installing locally, and using 4.0.0-SNAPSHOT in my local...
A comment within the Tear Down section is not displayed in the Gauge Report. This will affect any of our specifications that have Tear Down steps because we label our...
**Describe the bug** If a client app, e.g. "TestApp" has a TestApp.properties file containing properties such as: ``` Root=${env:LOCAL_Root/-c:/vueroot} ``` And then if you call `{CONFIG-SERVER-URL}/dev/TestApp-dev.properties`, the `Root` property is...
**Describe the bug** If a client app, e.g. "TestApp" has a `TestApp.properties` file containing properties such as: ``` hub.server=my.favorite.server hub.server.timeout.millis=30000 ``` And you call `{CONFIG-SERVER-URL}/dev/TestApp-dev.json' The response will be: ```...