Lingzhi
Lingzhi
…properties to config the prometheus metric name format as "hikari_connections_**" to fix issue #1714
### Describe what this PR does / why we need it This PR is to update DefaultExceptionHandler with appropriate httpstatus code and message for different types of BlockException. ### Does...
## Issue Description Type: *bug report* ### Describe what happened The DefaultBlockExceptionHandler treat all BlockException as FlowException, even if it is a DegradeException. This is not good. ### Describe what...
**Describe the bug** The `SubsetServiceInstanceListSupplier` uses `get()` method instead of `get(Request request)`, so it can not pass by Request object to the next Delegating `ServiceListSupplier.spring-cloud-loadbalancer:4.1.5`. We would not get the...