Ryan Baxter

Results 639 comments of Ryan Baxter

So the configuration in `global-config` is not added as a property source? Do you see it added in `/actuator/env`?

I suppose that if specific config maps or secrets we monitor rather than monitoring all of them. The `NumberFormatException` is really just a side effect of trying multiple ways to...

Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...

Its hard to say for sure because I am not terribly familiar with the code, but if the problem is just due to the fact that the is ready check...

Great please let me know how your testing goes. It will not go in the 1.0.x branch, we no longer support that branch, it would go into 2.0.x, 2.1.x, and...

Can you please try and reproduce this with Spring Cloud 2021.0.2?

Support for 2020.0.x ended recently so you will need to upgrade

So is the problem that the service names are listed via the `ReactiveDiscoveryClient` but you cannot route requests to them via the gateway?

Can your try clearing the route cache and seeing that works after new services are added? https://cloud.spring.io/spring-cloud-gateway/reference/html/#refreshing-the-route-cache

There is a bit of confusion here.... `@EnableScheduling` is for the K8S API based discovery clients. You are using the Spring Cloud Kubernetes Discovery Server, it makes a request to...