-
Currently, the ReactiveLoadBalancerClientFilter, which implements load balancer usage, does not take into account the retry features specific to the load balancer (e.g., the use of maxRetriesOnNextSer…
-
Version: 4.0.4
### Problem
When `spring.cloud.loadbalancer.stats.micrometer.enabled: true` using WebClient with loadbalancing can lead to generation of huge number of metrics when path contains pa…
-
A move to non-blocking infrastructure like spring-cloud-loadbalancer will be problematic with a blocking client.
-
**Which Component**
eg. Nacos Discovery
**Describe what problem you have encountered**
In relevant versions of `spring-cloud-starter-alibaba-nacos-discovery` from branch of 2.2.x, we add followin…
-
Other service to current service is Ok,but
Current service to current service will throw NullPointerException
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.get…
-
配置 : server:
port: 9001
spring:
application:
name: payment2
cloud:
nacos:
discovery:
server-addr: localhost:8848
sentinel:
transport:
port: 817…
-
As the title. I use Spring Cloud LoadBalancer, but When I call `/actuator/caches` , It just shows json like below:
```json
{
"cacheManagers": {}
}
```
**I think It Should show Spring Clou…
eacdy updated
4 years ago
-
### Describe the Issue
When build my application with graalvm-jdk-21.0.5_linux-x64_bin, I get the following class cast exception:
java.lang.ClassCastException: class com.oracle.svm.hosted.meta.Hos…
-
using http:// instead of lb:// for the `uri` property of routes definition only works if a `RestClient.Builder` is declared as bean:
```java
@LoadBalanced
@Bean
RestClient.Builder restClientBuil…
-
- `*Rule*`, `*Ribbon*`, `*LoadBalancer*` and `*Feign*` to `spring-cloud-netflix`
- `*ZookeeperDependenc*` to `spring-cloud-commons` minus `Zookeeper`
- move `watcher` package to `spring-cloud-commons…