Tim Ysewyn
Tim Ysewyn
I like it! The binding properties in SC Stream follow the same concept. It might be more user friendly to use `spring.cloud.discovery.default` and `spring.cloud.discovery.` so the properties remain in the...
> I'm wondering if it makes sense that when a service sends its heartbeat data to the service discovery server it also includes its current load data. That's a really...
From what you describe it looks like it’s a problem specifically targetted at a refreshed datasource. What would happen with counters? eg. a counter that is tracking the amount of...
That's just it, refreshing (part of) the application context or restarting your application are 2 different things from my perspective. Prometheus is tracking your application instance by scraping it every...
Are you referring to the filters from Spring Security? This PR could be refactored into the instantiation of one (or multiple) Spring Security filter(s) which will deny or allow your...
Thanks for being so kind to open this issue. Which release train of Spring Cloud are you using? Can you provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) that reproduces the problem?...
Let me ask you this question: if it’s a secured endpoint, why would you allow unauthenticated access to the endpoint with an OPTIONS call? The OPTIONS request is typically triggered...