Ryan Baxter

Results 639 comments of Ryan Baxter

Can you be more specific about which method you believe should be handling that request and which one is actually handling the request? Can you provide a sample?

Maybe I am missing something, but what class are these methods in?

I wonder if you IDE is applying some formatting to the code that is causing checkstyle failures

Seems like this might be a duplicate of https://github.com/spring-cloud/spring-cloud-gateway/issues/3759. There is a PR to fix this https://github.com/spring-cloud/spring-cloud-gateway/pull/3789

I am fine with fixing it in the PR you linked to above but that will only address the issue in the next major. We should fix it in the...

No there is no granular mechanism to do so. I am not entirely sure it would be possible to do so as I believe the refresh endpoint reinitializes the application...

My main concern would be something like this... ``` foo=bar hello=${foo} ``` What if you only refresh `foo` without refreshing `hello`? Maybe you can be more specific about your concern...

> My thought process for this feature as it adds values to multiple team managing the configuration concurrently. Where one team update the configuration and hitting refresh will not get...

> For me app restart is out of scope of the refresh endpoint Yes but once the apps restarts it will essentially act like a full refresh and all properties...